exception Exception in module com::sun::star::uno::

(Global Index)

Syntax

exception Exception;

Description

The basic exception:

All StarOne exceptions are derived from this exception.

Field Summary

Message specifies a detailed message of the exception or an empty string if the callee does not describe the exception.

Context an object that describes the reason for the exception.

Field Details



Message

Syntax

string Message;

Description

specifies a detailed message of the exception or an empty string if the callee does not describe the exception.


Context

Syntax

com::sun::star::uno::XInterface Context;

Description

an object that describes the reason for the exception.

May be NULL if the callee does not describe the exception.

Top of Page