Package com.pspdfkit.document.formatters
Class DocumentJsonFormatterException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class DocumentJsonFormatterException extends PSPDFKitException
Exception thrown by the DocumentJsonFormatter when encountering an import/export error.
-
-
Constructor Summary
Constructors Constructor Description 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.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
DocumentJsonFormatterException
DocumentJsonFormatterException()
Creates the exception without any specific error message or cause.
-
DocumentJsonFormatterException
DocumentJsonFormatterException(String detailMessage)
Creates the exception using the provided detail error message.
-
DocumentJsonFormatterException
DocumentJsonFormatterException(String detailMessage, Throwable throwable)
Creates the exception using the provided detail error message and cause.
-
DocumentJsonFormatterException
DocumentJsonFormatterException(Throwable throwable)
Creates the exception using the provided cause.
-
-
-
-