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

exception InteractiveCHAOSException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-::com::sun::star::task::ClassifiedInteractionRequest
    |
    +-InteractiveCHAOSException
[ 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