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

exception UndoContextNotClosedException
Base Hierarchy
UndoContextNotClosedException
 ┗ ::com::sun::star::util::InvalidStateException
    ┗ ::com::sun::star::uno::Exception
Description
is thrown when an operation is attempted at an XUndoManager which requires all undo contexts to be closed, but this requirement is not fullfilled.

Top of Page