Class ParserRuntimeException

  • All Implemented Interfaces:
    Serializable

    public class ParserRuntimeException
    extends RuntimeException
    Exception that is thrown for any problem during the parsing run that cannot be overcome automatically.
    See Also:
    Serialized Form
    • Constructor Detail

      • ParserRuntimeException

        public ParserRuntimeException()
      • ParserRuntimeException

        public ParserRuntimeException​(String message)
      • ParserRuntimeException

        public ParserRuntimeException​(String message,
                                      Throwable cause)
      • ParserRuntimeException

        public ParserRuntimeException​(String message,
                                      Object... messageArgs)
      • ParserRuntimeException

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

        public ParserRuntimeException​(Throwable cause)