TAO_DynamicInterface
2.3.4
|
#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... | |
Public Member Functions inherited from CORBA::UserException | |
UserException (UserException const &rhs) | |
virtual | ~UserException (void) |
UserException & | operator= (UserException const &rhs) |
UserException (char const *repository_id, char const *local_name) | |
virtual ACE_CString | _info (void) const |
Public Member Functions inherited from CORBA::Exception | |
Exception (const Exception &src) | |
virtual | ~Exception (void) |
virtual const char * | _name (void) const |
void | _tao_print_exception (const char *info, FILE *f=stdout) const |
Static Public Member Functions | |
static UnknownUserException * | _downcast (CORBA::Exception *ex) |
Narrow to an UnknowUserException. More... | |
static UnknownUserException const * | _downcast (CORBA::Exception const *ex) |
Static Public Member Functions inherited from CORBA::UserException | |
static UserException * | _downcast (CORBA::Exception *exception) |
static const UserException * | _downcast (CORBA::Exception const *exception) |
Static Public Member Functions inherited from CORBA::Exception | |
static Exception * | _downcast (Exception *x) |
static Exception const * | _downcast (Exception const *x) |
static void | _tao_any_destructor (void *) |
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 | |
Protected Member Functions inherited from CORBA::UserException | |
UserException (void) | |
Protected Member Functions inherited from CORBA::Exception | |
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.
Reimplemented from CORBA::UserException.
|
private |
Holder for the actual exception.
CORBA::Any& exception CORBA::UnknownUserException::void |
Return the any containing the user exception.