Package com.pspdfkit.exceptions
Class PSPDFKitException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class PSPDFKitException extends RuntimeException
Top level class for all PSPDFKit exceptions.
-
-
Constructor Summary
Constructors Constructor Description PSPDFKitException()
Creates the exception without any specific error message or cause. PSPDFKitException(String detailMessage)
Creates the exception using the provided detail error message. PSPDFKitException(String detailMessage, Throwable throwable)
Creates the exception using the provided detail error message and cause. PSPDFKitException(Throwable throwable)
Creates the exception using the provided cause.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
PSPDFKitException
PSPDFKitException()
Creates the exception without any specific error message or cause.
-
PSPDFKitException
PSPDFKitException(String detailMessage)
Creates the exception using the provided detail error message.
-
PSPDFKitException
PSPDFKitException(String detailMessage, Throwable throwable)
Creates the exception using the provided detail error message and cause.
-
PSPDFKitException
PSPDFKitException(Throwable throwable)
Creates the exception using the provided cause.
-
-
-
-