#include <Exception.h>
Inheritance diagram for CORBA::UserException:
Public Methods | |
UserException (const UserException &src) | |
Copy constructor. | |
~UserException (void) | |
Destructor. | |
UserException & | operator= (const UserException &src) |
Assignment operator. | |
virtual void | _raise (void) const=0 |
UserException (const char *repository_id, const char *local_name) | |
Constructor from a repository id. | |
virtual int | _is_a (const char *interface_id) const |
virtual ACE_CString | _info (void) const |
UserException (void) | |
Default constructor. | |
Static Public Methods | |
UserException * | _downcast (CORBA::Exception *exception) |
The narrow operation. | |
const UserException * | _downcast (const CORBA::Exception *exception) |
The const version of narrow operation. |
|
Copy constructor.
|
|
Destructor.
|
|
Constructor from a repository id.
|
|
Default constructor.
|
|
The const version of narrow operation.
|
|
|
Returns a string containing information about the exception. This function is not CORBA compliant. Implements CORBA::Exception. |
|
Reimplemented from CORBA::Exception. |
|
|
Assignment operator.
|