public class

UndoEditFailedException

extends PSPDFKitException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.pspdfkit.exceptions.PSPDFKitException
           ↳ com.pspdfkit.undo.exceptions.UndoEditFailedException

Class Overview

Exception thrown by UndoManager if undoing of an edit failed.

Summary

Public Constructors
UndoEditFailedException()
Creates the exception without any specific error message or cause.
UndoEditFailedException(String detailMessage)
Creates the exception using the provided detail error message.
UndoEditFailedException(String detailMessage, Throwable throwable)
Creates the exception using the provided detail error message and cause.
UndoEditFailedException(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 UndoEditFailedException ()

Creates the exception without any specific error message or cause.

public UndoEditFailedException (String detailMessage)

Creates the exception using the provided detail error message.

public UndoEditFailedException (String detailMessage, Throwable throwable)

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

public UndoEditFailedException (Throwable throwable)

Creates the exception using the provided cause.