LibreOffice
LibreOffice 7.4 SDK API Reference
List of all members
NeedsRunningStateException Exception Referencepublished

This exception can be thrown in case a list of accepted verbs of states is requested and the object is in loaded state and this information can be retrieved only when the object is in running state. More...

import"NeedsRunningStateException.idl";

Inheritance diagram for NeedsRunningStateException:
WrongStateException Exception

Additional Inherited Members

- 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 a list of accepted verbs of states is requested and the object is in loaded state and this information can be retrieved only when the object is in running state.

This exception means that the object supports at least running state in addition to the loaded state. Other states and possible verbs can be detected only after object is switched to running state.


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