antlr
Class SemanticException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--antlr.ANTLRException
                    |
                    +--antlr.RecognitionException
                          |
                          +--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)
           
 
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)


Copyright © 1999-2003 Oliver Zeigermann. All Rights Reserved.