antlr
Class SemanticException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by antlr.ANTLRException
              extended by antlr.RecognitionException
                  extended by antlr.SemanticException
All Implemented Interfaces:
Serializable

public class SemanticException
extends RecognitionException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class antlr.RecognitionException
column, fileName, line
 
Constructor Summary
SemanticException(String s)
           
SemanticException(String s, String fileName, int line)
          Deprecated. As of ANTLR 2.7.2 use #SemanticException(char, String, int, int)
SemanticException(String s, String fileName, int line, int column)
           
 
Method Summary
 
Methods inherited from class antlr.RecognitionException
getColumn, getErrorMessage, getFilename, getLine, 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

SemanticException

public SemanticException(String s)

SemanticException

public SemanticException(String s,
                         String fileName,
                         int line)
Deprecated. As of ANTLR 2.7.2 use #SemanticException(char, String, int, int)


SemanticException

public SemanticException(String s,
                         String fileName,
                         int line,
                         int column)