Class ParserException

All Implemented Interfaces:
Serializable

public class ParserException extends RuntimeException
Exception that can be thrown by a parser if there occurred errors during the parsing of the input.
See Also:
  • Constructor Details

    • ParserException

      public ParserException()
      Constructs a new predicate parse exception without detail message or cause.
    • ParserException

      public ParserException(String message)
      Constructs a new predicate parse exception.
      Parameters:
      message - the detail message.
    • ParserException

      public ParserException(Throwable cause)
      Constructs a new predicate parse exception with the specified cause.
      Parameters:
      cause - the cause.
    • ParserException

      public ParserException(String message, Throwable cause)
      Constructs a new predicate parse exception with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause