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

exception NameClashException
Base Hierarchy
NameClashException
 ┗ ::com::sun::star::task::ClassifiedInteractionRequest
    ┗ ::com::sun::star::uno::Exception
Description
An exception used to notify a name clash.

Elements' Summary
Name contains the clashing name.  
Elements' Details
Name
string Name;
Description
contains the clashing name.
Top of Page