public class UndoException extends BaseException
code, formatString, messageKey
Constructor and Description |
---|
UndoException(UndoRedoInfo undoRedoInfo)
Creates a new exception of an error while performing an undo operation.
|
UndoException(UndoRedoInfo undoRedoInfo,
Throwable cause)
Creates a new exception of an error while performing an undo operation.
|
Modifier and Type | Method and Description |
---|---|
protected Map |
values() |
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValue
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UndoException(UndoRedoInfo undoRedoInfo)
undoRedoInfo
- the information of the element that could not be undonepublic UndoException(UndoRedoInfo undoRedoInfo, Throwable cause)
undoRedoInfo
- the information of the element that could not be undonecause
- the original cause of the exceptionprotected Map values()
values
in class BaseException