Class ParseException

  • All Implemented Interfaces:
    Serializable

    public class ParseException
    extends Exception
    When an error happens during the parsing
    Since:
    8.7.5
    Author:
    Marco Meschieri - LogicalDOC
    See Also:
    Serialized Form
    • Constructor Detail

      • ParseException

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

        public ParseException​(String message)
      • ParseException

        public ParseException​(Throwable cause)