com.ssv.utils.parser
Class ParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ssv.utils.parser.ParserException
- All Implemented Interfaces:
- java.io.Serializable
public class ParserException
- extends java.lang.Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ParserException
public ParserException(java.lang.String message,
Parser.ParserContext ctx)
ParserException
public ParserException(java.lang.Throwable e,
Parser.ParserContext ctx)
ParserException
public ParserException(java.lang.String message,
int _pos,
int _line)
ParserException
public ParserException(java.lang.Exception cause,
java.lang.String message,
int _pos,
int _line)
getLine
public int getLine()
getPos
public int getPos()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable