Package com.pspdfkit.document.html
Class HtmlConversionException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class HtmlConversionException extends PSPDFKitException
Exception thrown by HtmlToPdfConverter.
-
-
Constructor Summary
Constructors Constructor Description HtmlConversionException()
Creates the exception without any specific error message or cause. HtmlConversionException(String detailMessage)
Creates the exception using the provided detail error message. HtmlConversionException(String detailMessage, Throwable throwable)
Creates the exception using the provided detail error message and cause. HtmlConversionException(Throwable throwable)
Creates the exception using the provided cause.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
HtmlConversionException
HtmlConversionException()
Creates the exception without any specific error message or cause.
-
HtmlConversionException
HtmlConversionException(String detailMessage)
Creates the exception using the provided detail error message.
-
HtmlConversionException
HtmlConversionException(String detailMessage, Throwable throwable)
Creates the exception using the provided detail error message and cause.
-
HtmlConversionException
HtmlConversionException(Throwable throwable)
Creates the exception using the provided cause.
-
-
-
-