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

exception EmptyUndoStackException
Base Hierarchy
EmptyUndoStackException
 ┗ ::com::sun::star::util::InvalidStateException
    ┗ ::com::sun::star::uno::Exception
Description
is raised when an operation is attemption at an XUndoManager which requires a non-empty stack of undo actions, and this requirement is not fullfilled.

Top of Page