edu.isi.pegasus.planner.code.generator.condor
public class CondorQuoteParserException extends Exception
CondorQuoteParser,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
private int |
mPosition
Remembers the position that cause the exception to be thrown.
|
| Constructor and Description |
|---|
CondorQuoteParserException(String msg,
int position)
The overloaded constructor
|
CondorQuoteParserException(String msg,
int position,
Throwable cause)
The overloaded constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPosition()
Obtains the position at which point the exception was thrown.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate int mPosition
public CondorQuoteParserException(String msg, int position)
msg - the message to be thrown in exceptionposition - the position at which error occured