#include <UserException.h>
Inheritance diagram for CORBA::UserException:
Public Member Functions | |
UserException (UserException const &rhs) | |
Copy constructor. | |
virtual | ~UserException (void) |
Destructor. | |
UserException & | operator= (UserException const &rhs) |
Assignment operator. | |
virtual void | _raise (void) const =0 |
virtual CORBA::TypeCode_ptr | _tao_type (void) const |
Will be overridden in the concrete derived classes. | |
UserException (char const *repository_id, char const *local_name) | |
Constructor from a repository id. | |
virtual ACE_CString | _info (void) const |
UserException (void) | |
Default constructor. | |
Static Public Member Functions | |
UserException * | _downcast (CORBA::Exception *exception) |
The narrow operation. | |
const UserException * | _downcast (CORBA::Exception const *exception) |
The const version of narrow operation. |
User exceptions can be defined in application OMG IDL or by the OMG itself for IDL interfaces and services it defines.
|
Copy constructor.
|
|
Destructor.
|
|
Constructor from a repository id.
|
|
Default constructor.
|
|
The const version of narrow operation.
Reimplemented from CORBA::Exception. Reimplemented in CORBA::PolicyError, CORBA::InvalidPolicies, and CORBA::WrongTransaction. |
|
The narrow operation.
Reimplemented from CORBA::Exception. Reimplemented in CORBA::ORB::InvalidName, CORBA::PolicyError, CORBA::InvalidPolicies, and CORBA::WrongTransaction. |
|
Returns a string containing information about the exception. This function is not CORBA compliant. Implements CORBA::Exception. |
|
Implements CORBA::Exception. Implemented in CORBA::ORB::InvalidName, CORBA::PolicyError, CORBA::InvalidPolicies, and CORBA::WrongTransaction. |
|
Will be overridden in the concrete derived classes.
Implements CORBA::Exception. Reimplemented in CORBA::PolicyError, CORBA::InvalidPolicies, and CORBA::WrongTransaction. |
|
Assignment operator.
|