public class

RedoEditFailedException

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

Class Overview

Exception thrown by UndoManager if redoing of an edit failed.

Summary

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

Creates the exception without any specific error message or cause.

public RedoEditFailedException (String detailMessage)

Creates the exception using the provided detail error message.

public RedoEditFailedException (String detailMessage, Throwable throwable)

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

public RedoEditFailedException (Throwable throwable)

Creates the exception using the provided cause.