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

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

For example, each ::com::sun::star::ucb::OpenCommandArgument supplied as argument of the command 'open' contains such an open mode.

See also
::com::sun::star::ucb::Content

Elements' Summary
Mode contains the ::com::sun::star::ucb::OpenMode that is not supported.  
Elements' Details
Mode
short Mode;
Description
contains the ::com::sun::star::ucb::OpenMode that is not supported.
Top of Page