public class ConfigParseException extends Exception
Constructor and Description |
---|
ConfigParseException(String filename,
int lineno,
String message) |
ConfigParseException(String filename,
int lineno,
String format,
Object... params) |
Modifier and Type | Method and Description |
---|---|
String |
getFileName() |
int |
getLineNumber() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getFileName()
public int getLineNumber()
Copyright © 2004–2020. All rights reserved.