nutrient
Toggle table of contents
10.8.0
Nutrient
Target filter
Nutrient
Switch theme
Search in API
Skip to content
nutrient
nutrient
/
com.pspdfkit.document.formatters
/
DocumentJsonFormatterException
Document
Json
Formatter
Exception
open
class
DocumentJsonFormatterException
:
NutrientException
Exception thrown by the
DocumentJsonFormatter
when encountering an import/export error.
Members
Constructors
Document
Json
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.