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

(Global Index)

[ DEPRECATED ]

Syntax

exception InteractiveCHAOSException : com::sun::star::task::ClassifiedInteractionRequest ;

Description

An error capsuling error information as used by CHAOS.

Field Summary

ID The error ID.

Arguments Any textual arguments of a 'dynamic' error (which will get merged into the error message).

Field Details



ID

Syntax

long ID;

Description

The error ID.

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


Arguments

Syntax

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