org.jactr.io.antlr3.compiler
Class CompilationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jactr.io.antlr3.misc.CommonTreeException
                  extended by org.jactr.io.antlr3.compiler.CompilationError
All Implemented Interfaces:
java.io.Serializable

public class CompilationError
extends CommonTreeException

See Also:
Serialized Form

Field Summary
static org.apache.commons.logging.Log LOGGER
          logger definition
 
Constructor Summary
CompilationError(java.lang.String message, org.antlr.runtime.tree.CommonTree node)
           
CompilationError(java.lang.String message, org.antlr.runtime.tree.CommonTree node, java.lang.Throwable thrown)
           
 
Method Summary
 
Methods inherited from class org.jactr.io.antlr3.misc.CommonTreeException
fillInStackTrace, getEndNode, getStartNode, setEndNode, setStartNode
 
Methods inherited from class java.lang.Throwable
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LOGGER

public static final org.apache.commons.logging.Log LOGGER
logger definition

Constructor Detail

CompilationError

public CompilationError(java.lang.String message,
                        org.antlr.runtime.tree.CommonTree node)

CompilationError

public CompilationError(java.lang.String message,
                        org.antlr.runtime.tree.CommonTree node,
                        java.lang.Throwable thrown)