antlr
Class ANTLRError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--antlr.ANTLRError
All Implemented Interfaces:
Serializable

public class ANTLRError
extends Error

Untamed:

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Error
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ANTLRError()
          Enabled: ANTLRError constructor comment.
ANTLRError(String s)
          Enabled: ANTLRError constructor comment.
 
Methods inherited from class java.lang.Throwable
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ANTLRError

public ANTLRError()
Enabled: ANTLRError constructor comment.


ANTLRError

public ANTLRError(String s)
Enabled: ANTLRError constructor comment.

Parameters:
s - java.lang.String


comments?