public class ScannerException extends RuntimeException
org.griphyn.cPlanner.classes.PoolConfigScanner
,
org.griphyn.cPlanner.classes.PoolConfigParser2
,
Serialized FormModifier and Type | Field and Description |
---|---|
private int |
m_lineno |
Constructor and Description |
---|
ScannerException(int lineno,
String message) |
ScannerException(LineNumberReader stream,
String message) |
Modifier and Type | Method and Description |
---|---|
int |
getLineNumber() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ScannerException(LineNumberReader stream, String message)
public ScannerException(int lineno, String message)