LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
StateChangeInProgressException Exception Referencepublished

This exception can be thrown in case the object does not allow to call requested functionality currently because the object is changing state. More...

import"StateChangeInProgressException.idl";

Inheritance diagram for StateChangeInProgressException:
WrongStateException Exception

Public Attributes

long TargetState
 contains the target state the object tries to reach currently. More...
 
- Public Attributes inherited from Exception
string Message
 gives a detailed description of the reason, why the exception was thrown. More...
 
com::sun::star::uno::XInterface Context
 should contain a reference to the original, which raised the exception. More...
 

Detailed Description

This exception can be thrown in case the object does not allow to call requested functionality currently because the object is changing state.

Member Data Documentation

◆ TargetState

long TargetState

contains the target state the object tries to reach currently.

Contains a value from EmbedStates constant set.


The documentation for this exception was generated from the following file: