exception UnsupportedDataSinkException in module com::sun::star::ucb::

(Global Index)

Syntax

exception 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

Field Summary

Sink contains the data sink that is not supported.

Field Details



Sink

Syntax

com::sun::star::uno::XInterface Sink;

Description

contains the data sink that is not supported.

Top of Page