Package 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:
java.io.Serializable
public class ProfileParserException extends java.lang.Exception
This class is used to signal errors while parsing profile strings- Version:
- $Revision$
- Author:
- Gaurang Mehta, Jens-S. Vöckler
- See Also:
ProfileParser
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private int
m_position
Remembers the position that cause the exception to be thrown.
-
Constructor Summary
Constructors Constructor Description ProfileParserException(java.lang.String msg, int position)
ProfileParserException(java.lang.String msg, int position, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPosition()
Obtains the position at which point the exception was thrown.
-