public class

PSPDFKitException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.pspdfkit.exceptions.PSPDFKitException
Known Direct Subclasses

Class Overview

Top level class for all PSPDFKit exceptions.

Summary

Public Constructors
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.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public PSPDFKitException ()

Creates the exception without any specific error message or cause.

public PSPDFKitException (String detailMessage)

Creates the exception using the provided detail error message.

public PSPDFKitException (String detailMessage, Throwable throwable)

Creates the exception using the provided detail error message and cause.

public PSPDFKitException (Throwable throwable)

Creates the exception using the provided cause.