Class HTMLConversionException

All Implemented Interfaces:
Serializable

public class HTMLConversionException extends HTMLCompareException
Indicates that an input could not be converted into XHTML.

An HTMLConversionException is thrown by methods that need to convert from HTML to XHTML. These operations could result in errors, in which case this Exception is thrown.

See the underlying cause for more information.

See Also:
  • Constructor Details

    • HTMLConversionException

      public HTMLConversionException(String message, Throwable cause)
      Initializes a new HTMLConversionException.
      Parameters:
      message - the exception message
      cause - the underlying cause