public class

HtmlConversionException

extends PSPDFKitException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.pspdfkit.exceptions.PSPDFKitException
           ↳ com.pspdfkit.document.html.HtmlConversionException

Class Overview

Exception thrown by HtmlToPdfConverter.

Summary

Public Constructors
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.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public HtmlConversionException ()

Creates the exception without any specific error message or cause.

public HtmlConversionException (String detailMessage)

Creates the exception using the provided detail error message.

public HtmlConversionException (String detailMessage, Throwable throwable)

Creates the exception using the provided detail error message and cause.

public HtmlConversionException (Throwable throwable)

Creates the exception using the provided cause.