public class ProfileParserException extends 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(String msg,
int position) |
ProfileParserException(String msg,
int position,
Throwable cause) |
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 m_position
public ProfileParserException(String msg, int position)
Copyright © 2011 The University of Southern California. All Rights Reserved.