tip.lexer
Class LexerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tip.lexer.LexerException
All Implemented Interfaces:
Serializable

public class LexerException
extends Exception

See Also:
Serialized Form

Constructor Summary
LexerException(int line, int pos, String message)
           
 
Method Summary
 int getLine()
           
 int getPos()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LexerException

public LexerException(int line,
                      int pos,
                      String message)
Method Detail

getLine

public int getLine()

getPos

public int getPos()