com.ssv.utils.parser
Class ParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ssv.utils.parser.ParserException
All Implemented Interfaces:
java.io.Serializable

public class ParserException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ParserException(java.lang.Exception cause, java.lang.String message, int _pos, int _line)
           
ParserException(java.lang.String message, int _pos, int _line)
           
ParserException(java.lang.String message, Parser.ParserContext ctx)
           
ParserException(java.lang.Throwable e, Parser.ParserContext ctx)
           
 
Method Summary
 int getLine()
           
 int getPos()
           
 java.lang.String toString()
           
 
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
 

Constructor Detail

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)
Method Detail

getLine

public int getLine()

getPos

public int getPos()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable