:: com :: sun :: star :: ucb ::

exception UnsupportedOpenModeException
Base Hierarchy
UnsupportedOpenModeException
 ┗ ::com::sun::star::uno::Exception
Description
This exception is used to indicate that the requested OpenMode is not supported.

For example, each OpenCommandArgument supplied as argument of the command 'open' contains such an open mode.

See also
Content

Elements' Summary
Mode contains the OpenMode that is not supported.  
Elements' Details
Mode
short Mode;
Description
contains the OpenMode that is not supported.
Top of Page