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

exception UnsupportedNameClashException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-UnsupportedNameClashException
Description
This exception is used to indicate that the requested NameClash is not supported.

For example, each TransferInfo supplied as argument of the command 'transfer' contains a name clash directive.

See also
Content

Elements' Summary
NameClash contains the NameClash that is not supported.  
Elements' Details
NameClash
long NameClash;
Description
contains the NameClash that is not supported.
Top of Page