public class ProfileParserException
extends java.lang.Exception
ProfileParser
,
Serialized FormModifier and Type | Field and Description |
---|---|
private int |
m_position
Remembers the position that cause the exception to be thrown.
|
Constructor and Description |
---|
ProfileParserException(java.lang.String msg,
int position) |
ProfileParserException(java.lang.String msg,
int position,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getPosition()
Obtains the position at which point the exception was thrown.
|
private int m_position