:: com :: sun :: star :: embed ::

exception StateChangeInProgressException
Base Hierarchy
StateChangeInProgressExceptionWrongStateException
    ┗ ::com::sun::star::uno::Exception
Description
This exception can be thrown in case the object does not allow to call requested functionality currently because the object is changing state.

Elements' Summary
TargetState contains the target state the object tries to reach currently.  
Elements' Details
TargetState
long TargetState;
Description
contains the target state the object tries to reach currently.

Contains a value from EmbedStates constant set.

Top of Page