[Previous] [Contents] [Next] [IONA Technologies]


CORBA.CORBAException


Contents

CORBA.CORBAException.id()
CORBA.CORBAException.toString()
CORBA.CORBAException._request()



Synopsis:

Class CORBAException is a base class for all system and user-defined exception classes. Programmers need never instantiate this class directly, but the methods of this class are inherited by class CORBA.SystemException and CORBA.UserException.

OrbixWeb:

Notes:

OrbixWeb specific.

See Also:



CORBA.CORBAException.id()


Synopsis:

Description:

Returns the identifier (exception name) associated with an exception.

Notes:

OrbixWeb specific.



CORBA.CORBAException.toString()


Synopsis:

Description:

Converts the exception information to a human-readable string.

Notes:

OrbixWeb specific.



CORBA.CORBAException._request()


Synopsis:

Description:

Returns the Request object on which the exception was thrown, or null if the exception was not thrown on a request. This is required when using the method CORBA.ORB.get_next_response().

Notes:

OrbixWeb specific.

See Also:



[Roadmap] [Utilities] [Compiling] [Configuration]
[Class Reference] [IR Reference] [Daemon Reference] [IDL Grammar] [System Exceptions]
[Index]