antlraux package
v0.2.1

antlraux.context.types
Class TypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--antlr.ANTLRException
                    |
                    +--antlr.RecognitionException
                          |
                          +--antlraux.util.LexInfoException
                                |
                                +--antlraux.context.ContextException
                                      |
                                      +--antlraux.context.types.TypeException
All Implemented Interfaces:
LexInfo, java.io.Serializable

public class TypeException
extends ContextException

Exception launched when an error is found in the type system.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class antlr.RecognitionException
column, fileName, line
 
Fields inherited from interface antlraux.util.LexInfo
DEFAULT_COLUMN, DEFAULT_FILENAME, DEFAULT_LINE
 
Constructor Summary
TypeException()
           
TypeException(java.lang.String s)
           
TypeException(java.lang.String s, java.lang.String fileName, int line, int column)
           
 
Methods inherited from class antlraux.util.LexInfoException
copyLexInfo, getLexInfoString, setColumn, setFilename, setLine
 
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
 
Methods inherited from interface antlraux.util.LexInfo
copyLexInfo, getColumn, getFilename, getLexInfoString, getLine, setColumn, setFilename, setLine
 

Constructor Detail

TypeException

public TypeException()

TypeException

public TypeException(java.lang.String s)

TypeException

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

antlraux package
v0.2.1

Created by Enrique José García Cota