edu.isi.pegasus.common.util
Class ProfileParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.isi.pegasus.common.util.ProfileParserException
- All Implemented Interfaces:
- Serializable
public class ProfileParserException
- extends Exception
This class is used to signal errors while parsing profile strings
- Version:
- $Revision: 2079 $
- Author:
- Gaurang Mehta, Jens-S. Vöckler
- See Also:
ProfileParser,
Serialized Form
|
Field Summary |
private int |
m_position
Remembers the position that cause the exception to be thrown. |
|
Method Summary |
int |
getPosition()
Obtains the position at which point the exception was thrown. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
m_position
private int m_position
- Remembers the position that cause the exception to be thrown.
ProfileParserException
public ProfileParserException(String msg,
int position)
ProfileParserException
public ProfileParserException(String msg,
int position,
Throwable cause)
getPosition
public int getPosition()
- Obtains the position at which point the exception was thrown.
- Returns:
- a column position into the string
Copyright © 2011 The University of Southern California. All Rights Reserved.