antlr
Class SemanticException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byantlr.ANTLRException
              extended byantlr.RecognitionException
                  extended byantlr.SemanticException
All Implemented Interfaces:
java.io.Serializable

public class SemanticException
extends RecognitionException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class antlr.RecognitionException
column, fileName, line
 
Constructor Summary
SemanticException(java.lang.String s)
           
SemanticException(java.lang.String s, java.lang.String fileName, int line)
          Deprecated. As of ANTLR 2.7.2 use #SemanticException(char, String, int, int)
SemanticException(java.lang.String s, java.lang.String fileName, int line, int column)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SemanticException

public SemanticException(java.lang.String s)

SemanticException

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


SemanticException

public SemanticException(java.lang.String s,
                         java.lang.String fileName,
                         int line,
                         int column)