pl.edu.pjwstk.yaod.sbql.parser
Class LexerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--pl.edu.pjwstk.yaod.sbql.SBQLException
                    |
                    +--pl.edu.pjwstk.yaod.sbql.parser.LexerException
All Implemented Interfaces:
java.io.Serializable

public class LexerException
extends SBQLException

See Also:
Serialized Form

Fields inherited from class pl.edu.pjwstk.yaod.sbql.SBQLException
message
 
Constructor Summary
LexerException(java.lang.String message, int line, int column)
           
 
Method Summary
 int getErrorColumn()
           
 int getErrorLine()
           
 java.lang.String getErrorText()
           
 java.lang.String getExceptionName()
           
 java.lang.String getMessage()
           
 
Methods inherited from class pl.edu.pjwstk.yaod.sbql.SBQLException
setMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LexerException

public LexerException(java.lang.String message,
                      int line,
                      int column)
Method Detail

getErrorText

public java.lang.String getErrorText()

getErrorLine

public int getErrorLine()

getErrorColumn

public int getErrorColumn()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class SBQLException

getExceptionName

public java.lang.String getExceptionName()
Overrides:
getExceptionName in class SBQLException