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