public class

XfdfFormatterException

extends PSPDFKitException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.pspdfkit.exceptions.PSPDFKitException
           ↳ com.pspdfkit.document.formatters.XfdfFormatterException

Class Overview

Exception thrown by the XfdfFormatter when encountering an import/export error.

Summary

Public Constructors
XfdfFormatterException()
Creates the exception without any specific error message or cause.
XfdfFormatterException(String detailMessage)
Creates the exception using the provided detail error message.
XfdfFormatterException(String detailMessage, Throwable throwable)
Creates the exception using the provided detail error message and cause.
XfdfFormatterException(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 XfdfFormatterException ()

Creates the exception without any specific error message or cause.

public XfdfFormatterException (String detailMessage)

Creates the exception using the provided detail error message.

public XfdfFormatterException (String detailMessage, Throwable throwable)

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

public XfdfFormatterException (Throwable throwable)

Creates the exception using the provided cause.