edu.isi.pegasus.common.util
public class ProfileParserException extends Exception
ProfileParser,
Serialized Form| Modifier 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.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate int m_position
public ProfileParserException(String msg, int position)