at.dms.compiler.tools.antlr.runtime
Class SemanticException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by at.dms.compiler.tools.antlr.runtime.ANTLRException
              extended by at.dms.compiler.tools.antlr.runtime.ParserException
                  extended by at.dms.compiler.tools.antlr.runtime.RecognitionException
                      extended by at.dms.compiler.tools.antlr.runtime.SemanticException
All Implemented Interfaces:
Serializable

public class SemanticException
extends RecognitionException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class at.dms.compiler.tools.antlr.runtime.RecognitionException
column, fileName, line
 
Constructor Summary
SemanticException(String s)
           
SemanticException(String s, String fileName, int line)
           
 
Method Summary
 
Methods inherited from class at.dms.compiler.tools.antlr.runtime.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)