org.jactr.io.antlr3.compiler
Class CompilationWarning

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.CompilationWarning
All Implemented Interfaces:
java.io.Serializable

public class CompilationWarning
extends CommonTreeException

See Also:
Serialized Form

Field Summary
static org.apache.commons.logging.Log LOGGER
          logger definition
 
Constructor Summary
CompilationWarning(java.lang.String message, org.antlr.runtime.tree.CommonTree node)
           
CompilationWarning(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

CompilationWarning

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

CompilationWarning

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