Package antlr

Class ANTLRException

All Implemented Interfaces:
Serializable

@Deprecated public class ANTLRException extends IllegalArgumentException
Deprecated.
This class is for binary compatibility for older plugins that import ANTLRException.
See Also:
  • Constructor Details

    • ANTLRException

      public ANTLRException(String message)
      Deprecated.
    • ANTLRException

      public ANTLRException(String message, Throwable cause)
      Deprecated.
    • ANTLRException

      public ANTLRException(Throwable cause)
      Deprecated.