Package antlr

Class ANTLRException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CharStreamException, RecognitionException, TokenStreamException

public class ANTLRException extends Exception
See Also:
  • Constructor Details

    • ANTLRException

      public ANTLRException()
    • ANTLRException

      public ANTLRException(String s)
    • ANTLRException

      public ANTLRException(String message, Throwable cause)
    • ANTLRException

      public ANTLRException(Throwable cause)