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,
java.lang.Throwable cause)
Creates a new exception of an error while performing an undo operation.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Map |
values() |
containsCause, getCode, getFormatString, getHTMLMessageStack, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValue
public UndoException(UndoRedoInfo undoRedoInfo)
undoRedoInfo
- the information of the element that could not be undonepublic UndoException(UndoRedoInfo undoRedoInfo, java.lang.Throwable cause)
undoRedoInfo
- the information of the element that could not be undonecause
- the original cause of the exceptionprotected java.util.Map values()
values
in class BaseException