public class CondorQuoteParserException extends Exception
CondorQuoteParser
,
Serialized FormModifier 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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private int mPosition
public CondorQuoteParserException(String msg, int position)
msg
- the message to be thrown in exceptionposition
- the position at which error occured