TAO_DynamicInterface
2.1.9
|
#include <Unknown_User_Exception.h>
Public Member Functions | |
UnknownUserException (void) | |
Constructor. More... | |
UnknownUserException (CORBA::Any &exception) | |
Constructor. More... | |
UnknownUserException (const UnknownUserException &e) | |
Copy constructor. More... | |
virtual | ~UnknownUserException (void) |
Destructor. More... | |
virtual void | _raise (void) const |
To throw an UnknownUserException of this type. More... | |
virtual CORBA::Exception * | _tao_duplicate (void) const |
virtual void | _tao_encode (TAO_OutputCDR &cdr) const |
virtual void | _tao_decode (TAO_InputCDR &cdr) |
virtual const char * | _rep_id (void) const |
Return the repository ID of the Exception. More... | |
virtual CORBA::TypeCode_ptr | _tao_type (void) const |
This class has a specific typecode. More... | |
Static Public Member Functions | |
static UnknownUserException * | _downcast (CORBA::Exception *ex) |
Narrow to an UnknowUserException. More... | |
static UnknownUserException const * | _downcast (CORBA::Exception const *ex) |
Public Attributes | |
CORBA::Any &exception | void |
Return the any containing the user exception. More... | |
Private Attributes | |
CORBA::Any * | exception_ |
Holder for the actual exception. More... | |
Additional Inherited Members | |
![]() | |
Exception (void) | |
Exception & | operator= (const Exception &src) |
Exception (const char *repository_id, const char *local_name) | |
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.
CORBA::UnknownUserException::UnknownUserException | ( | void | ) |
Constructor.
CORBA::UnknownUserException::UnknownUserException | ( | CORBA::Any & | exception | ) |
Constructor.
CORBA::UnknownUserException::UnknownUserException | ( | const UnknownUserException & | e | ) |
Copy constructor.
|
virtual |
Destructor.
|
static |
Narrow to an UnknowUserException.
|
static |
To throw an UnknownUserException of this type.
Implements CORBA::UserException.
|
virtual |
Return the repository ID of the Exception.
Reimplemented from CORBA::Exception.
|
virtual |
Implements CORBA::Exception.
|
virtual |
Implements CORBA::Exception.
|
virtual |
Implements CORBA::Exception.
|
virtual |
This class has a specific typecode.
Implements CORBA::Exception.
|
private |
Holder for the actual exception.
CORBA::Any& exception CORBA::UnknownUserException::void |
Return the any containing the user exception.