:: com :: sun :: star :: document ::

exception UndoFailedException
Base Hierarchy
UndoFailedException
 ┗ ::com::sun::star::uno::Exception
Description
thrown when reverting to re-applying an undoable action fails.
See also
XUndoAction::undo, XUndoManager::undo

Elements' Summary
Reason describes the reason why the operation failed. Usually, this member will carry an exception.  
Elements' Details
Reason
any Reason;
Description
describes the reason why the operation failed. Usually, this member will carry an exception.
Top of Page