de.grogra.grammar
Class LexicalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by antlr.ANTLRException
              extended by antlr.RecognitionException
                  extended by de.grogra.grammar.RecognitionException
                      extended by de.grogra.grammar.LexicalException
All Implemented Interfaces:
DetailedException, Disposable, UserException, java.io.Serializable, java.lang.Comparable<RecognitionException>

public class LexicalException
extends RecognitionException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class de.grogra.grammar.RecognitionException
IS_ERROR, MIN_UNUSED, warningBits
 
Fields inherited from class antlr.RecognitionException
column, fileName, line
 
Constructor Summary
LexicalException(java.lang.String msg)
           
 
Method Summary
 java.lang.String getCategoryDescription()
           
 
Methods inherited from class de.grogra.grammar.RecognitionException
compareTo, complete, convert, dispose, getColumn, getDetailedMessage, getDetailedMessage, getLine, isError, set, set, set, set, set
 
Methods inherited from class antlr.RecognitionException
getErrorMessage, getFilename, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LexicalException

public LexicalException(java.lang.String msg)
Method Detail

getCategoryDescription

public java.lang.String getCategoryDescription()
Overrides:
getCategoryDescription in class RecognitionException