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

unpublished exception UndoContextNotClosedException
Base Hierarchy
UndoContextNotClosedException
 ┗ ::com::sun::star::util::InvalidStateException
    ┗ ::com::sun::star::uno::Exception
Usage Restrictions
not published
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