#include <Unknown_User_Exception.h>
Inheritance diagram for CORBA_UnknownUserException
Public Methods | |
CORBA_UnknownUserException (void) | |
Constructor. | |
CORBA_UnknownUserException (CORBA_Any& exception) | |
Constructor. | |
CORBA_UnknownUserException (const CORBA_UnknownUserException& e) | |
Copy constructor. | |
virtual | ~CORBA_UnknownUserException (void) |
Destructor. | |
virtual void | _raise (void) |
To throw an UnknownUserException of this type. | |
virtual void | _tao_encode (TAO_OutputCDR &cdr, CORBA::Environment &) const |
virtual void | _tao_decode (TAO_InputCDR &cdr, CORBA::Environment &) |
virtual int | _is_a (const char *type_id) const |
Helper method to implement _downcast. | |
virtual CORBA::TypeCode_ptr | _type (void) const |
This class has a specific typecode. | |
Public Attributes | |
CORBA_Any& exception | void |
Return the any containing the user exception. | |
Static Public Methods | |
CORBA_UnknownUserException* | _downcast (CORBA_Exception *ex) |
Narrow to an UnknowUserException. | |
Private Attributes | |
CORBA_Any* | exception_ |
Holder for the actual exception. |
When user exceptions are received by a DII invocation the ORB is unable to create the exception with the right dynamic type; to workaround this problem it throws a <CORBA::UnknownUserException> that contains the exception inside an Any.
|
Constructor.
|
|
Constructor.
|
|
Copy constructor.
|
|
Destructor.
|
|
Narrow to an UnknowUserException.
Reimplemented from CORBA_UserException. |
|
Helper method to implement _downcast.
Reimplemented from CORBA_UserException. |
|
To throw an UnknownUserException of this type.
Reimplemented from CORBA_Exception. |
|
Reimplemented from CORBA_Exception. |
|
Reimplemented from CORBA_Exception. |
|
This class has a specific typecode.
Reimplemented from CORBA_Exception. |
|
Holder for the actual exception.
|
|
Return the any containing the user exception.
|