edu.isi.pegasus.planner.parser
public class ScannerException extends RuntimeException
org.griphyn.cPlanner.classes.PoolConfigScanner,
org.griphyn.cPlanner.classes.PoolConfigParser2,
Serialized Form| Modifier 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() |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ScannerException(LineNumberReader stream, String message)
public ScannerException(int lineno,
String message)