Class ParseException

  • All Implemented Interfaces:
    Serializable

    @PublicEvolving
    public class ParseException
    extends RuntimeException
    Exception indicating that the parsing of input contents has failed because the data does not match the configured parser.
    See Also:
    Serialized Form
    • Constructor Detail

      • ParseException

        public ParseException()
      • ParseException

        public ParseException​(String message)
      • ParseException

        public ParseException​(Throwable cause)
      • ParseException

        public ParseException​(String message,
                              Throwable cause)