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

deprecated exception InteractiveCHAOSException
Base Hierarchy
InteractiveCHAOSException
 ┗ ::com::sun::star::task::ClassifiedInteractionRequest
    ┗ ::com::sun::star::uno::Exception
Usage Restrictions
deprecated
Description
An error capsuling error information as used by CHAOS.

Elements' Summary
ID The error ID.  
Arguments Any textual arguments of a "dynamic" error (which will get merged into the error message).  
Elements' Details
ID
long ID;
Description
The error ID.

For a "dynamic" error (with extra textual arguments), this ID does not contain the "dynamic bits".

Arguments
sequence< string > Arguments;
Description
Any textual arguments of a "dynamic" error (which will get merged into the error message).

This sequence should contain at most two elements.

Top of Page