java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.lang.RuntimeException | ||||
↳ | com.pspdfkit.exceptions.PSPDFKitException | ||||
↳ | com.pspdfkit.document.formatters.DocumentJsonFormatterException |
Exception thrown by the DocumentJsonFormatter
when encountering an import/export error.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DocumentJsonFormatterException()
Creates the exception without any specific error message or cause.
| |||||||||||
DocumentJsonFormatterException(String detailMessage)
Creates the exception using the provided detail error message.
| |||||||||||
DocumentJsonFormatterException(String detailMessage, Throwable throwable)
Creates the exception using the provided detail error message and cause.
| |||||||||||
DocumentJsonFormatterException(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.
Creates the exception using the provided cause.