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