Package com.pspdfkit.undo.exceptions
Class RedoEditFailedException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class RedoEditFailedException extends PSPDFKitException
Exception thrown by com.pspdfkit.undo.UndoManager if redoing of an edit failed.
-
-
Constructor Summary
Constructors Constructor Description 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.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
RedoEditFailedException
RedoEditFailedException()
Creates the exception without any specific error message or cause.
-
RedoEditFailedException
RedoEditFailedException(String detailMessage)
Creates the exception using the provided detail error message.
-
RedoEditFailedException
RedoEditFailedException(String detailMessage, Throwable throwable)
Creates the exception using the provided detail error message and cause.
-
RedoEditFailedException
RedoEditFailedException(Throwable throwable)
Creates the exception using the provided cause.
-
-
-
-