public class CondorQuoteParserException
extends java.lang.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(java.lang.String msg,
int position)
The overloaded constructor
|
CondorQuoteParserException(java.lang.String msg,
int position,
java.lang.Throwable cause)
The overloaded constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPosition()
Obtains the position at which point the exception was thrown.
|
private int mPosition
public CondorQuoteParserException(java.lang.String msg,
int position)
msg - the message to be thrown in exceptionposition - the position at which error occuredpublic CondorQuoteParserException(java.lang.String msg,
int position,
java.lang.Throwable cause)
msg - the message to be thrown in exception.position - the position at which error occured.cause - the cause of the error.