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
|
|
Syntax
string Message;
Description
specifies a detailed message of the exception or an empty string
if the callee does not describe the exception.
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
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.