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
Constructor Summary |
LexerException(java.lang.String message,
int line,
int column)
|
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 |
LexerException
public LexerException(java.lang.String message,
int line,
int column)
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