Class ParserException

All Implemented Interfaces:
Serializable

public class ParserException extends RuntimeException
Exception thrown when an input failed to be parsed or evaluated
See Also:
  • Constructor Details

    • ParserException

      public ParserException(String message)
    • ParserException

      public ParserException(String message, Throwable cause)
    • ParserException

      public ParserException(Throwable cause)