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

exception UnsupportedDataSinkException
Base Hierarchy
UnsupportedDataSinkException
 ┗ ::com::sun::star::uno::Exception
Description
This exception is used to indicate that the requested type of data sink is not supported.

For example, each OpenCommandArgument supplied as argument of the command 'open' contains such a data sink.

See also
Content

Elements' Summary
Sink contains the data sink that is not supported.  
Elements' Details
Sink
::com::sun::star::uno::XInterface Sink;
Description
contains the data sink that is not supported.
Top of Page