Class HtmlCleanerException

All Implemented Interfaces:
Serializable

public class HtmlCleanerException extends RuntimeException

General HtmlCleaner runtime exception.

See Also:
  • Constructor Details

    • HtmlCleanerException

      public HtmlCleanerException()
    • HtmlCleanerException

      public HtmlCleanerException(Throwable cause)
    • HtmlCleanerException

      public HtmlCleanerException(String message)
    • HtmlCleanerException

      public HtmlCleanerException(String message, Throwable cause)