java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.lang.RuntimeException | ||||
↳ | com.pspdfkit.exceptions.PSPDFKitException | ||||
↳ | com.pspdfkit.document.formatters.XfdfFormatterException |
Exception thrown by the XfdfFormatter
when encountering an import/export error.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates the exception without any specific error message or cause.
Creates the exception using the provided detail error message.
Creates the exception using the provided detail error message and cause.