Class HTMLParseException

All Implemented Interfaces:
Serializable

public class HTMLParseException extends LinkExtractorParseException
Exception class for use with HTMLParser classes.
See Also:
  • Constructor Details

    • HTMLParseException

      public HTMLParseException()
    • HTMLParseException

      public HTMLParseException(String message)
    • HTMLParseException

      public HTMLParseException(Throwable cause)
    • HTMLParseException

      public HTMLParseException(String message, Throwable cause)
    • HTMLParseException

      public HTMLParseException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)