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

exception UnreachableStateException
Base Hierarchy
UnreachableStateException
 ┗ ::com::sun::star::uno::Exception
Description
This exception can be thrown in case specified state can not be reached.

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