Class HTMLParseException

  • All Implemented Interfaces:
    Serializable

    public class HTMLParseException
    extends Exception
    Exception class for use with HTMLParser classes. The main rationale for the class was to support chained Exceptions in JDK 1.3, however it is now used in its own right.
    Version:
    $Revision: 905028 $
    See Also:
    Serialized Form
    • Constructor Detail

      • HTMLParseException

        public HTMLParseException()
      • HTMLParseException

        public HTMLParseException​(String message)
      • HTMLParseException

        public HTMLParseException​(Throwable cause)
      • HTMLParseException

        public HTMLParseException​(String message,
                                  Throwable cause)