toggle menu
pspdfkit
PSPDFKit
switch theme
search in API
pspdfkit
/
com.pspdfkit.document.formatters
/
XfdfFormatterException
Xfdf
Formatter
Exception
open
class
XfdfFormatterException
:
PSPDFKitException
Exception thrown by the
XfdfFormatter
when encountering an import/export error.
Members
Constructors
Xfdf
Formatter
Exception
Link copied to clipboard
constructor
(
)
Creates the exception without any specific error message or cause.
constructor
(
detailMessage
:
String
)
Creates the exception using the provided detail error message.
constructor
(
detailMessage
:
String
,
throwable
:
Throwable
)
Creates the exception using the provided detail error message and cause.
constructor
(
throwable
:
Throwable
)
Creates the exception using the provided cause.