UndoEditFailedException

class UndoEditFailedException : <ERROR CLASS> ERROR CLASS: Symbol not found for NutrientException

Exception thrown by com.pspdfkit.undo.UndoManager if undoing of an edit failed.

Constructors

Link copied to clipboard
constructor()

Creates the exception without any specific error message or cause.

constructor(detailMessage: String?)

Creates the exception using the provided detail error message.

constructor(detailMessage: String?, throwable: Throwable?)

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

constructor(throwable: Throwable?)

Creates the exception using the provided cause.