Class ActionException

All Implemented Interfaces:
Serializable

public class ActionException extends RuntimeException
Exception that can be thrown by parser actions to signal that an error has occurred that is to be collected in the ParseErrors for the parsing run. Throwing an ActionException does not stop the parsing process.
See Also:
  • Constructor Details

    • ActionException

      public ActionException()
    • ActionException

      public ActionException(String message)
    • ActionException

      public ActionException(String message, Throwable cause)
    • ActionException

      public ActionException(Throwable cause, String message, Object... messageArgs)
    • ActionException

      public ActionException(Throwable cause)