Package com.deltaxml.htmlcompare
Class HTMLConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.deltaxml.core.exceptions.DeltaXMLException
com.deltaxml.htmlcompare.HTMLCompareException
com.deltaxml.htmlcompare.HTMLConversionException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionHTMLConversionException(String message, Throwable cause) Initializes a new HTMLConversionException. -
Method Summary
Methods inherited from class com.deltaxml.core.exceptions.DeltaXMLException
getCause, getThrowableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HTMLConversionException
Initializes a new HTMLConversionException.- Parameters:
message- the exception messagecause- the underlying cause
-