Class ParsingException

All Implemented Interfaces:
Serializable

public class ParsingException extends RuntimeException
Exception type not directly used by parboiled but included as a convenience base class for custom exceptions (or to be used directly if no custom exception types are required).
See Also:
  • Constructor Details

    • ParsingException

      public ParsingException()
    • ParsingException

      public ParsingException(String message)
    • ParsingException

      public ParsingException(String message, Throwable cause)
    • ParsingException

      public ParsingException(String message, Object... messageArgs)
    • ParsingException

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

      public ParsingException(Throwable cause)