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

exception UnreachableStateException
Base Hierarchy
UnreachableStateException
 ┗ ::com::sun::star::uno::Exception

Elements' Summary
CurrentState The current state of the object.  
NextState The state that could not be reached.  
Elements' Details
CurrentState
long CurrentState;
Description
The current state of the object.
NextState
long NextState;
Description
The state that could not be reached.
Top of Page