#include <UserException.h>
Inheritance diagram for CORBA::UserException:


| Public Member Functions | |
| UserException (UserException const &rhs) | |
| Copy constructor. | |
| ~UserException (void) | |
| Destructor. | |
| UserException & | operator= (UserException const &rhs) | 
| Assignment operator. | |
| virtual void | _raise (void) const =0 | 
| UserException (char const *repository_id, char const *local_name) | |
| Constructor from a repository id. | |
| virtual int | _is_a (char const *interface_id) const | 
| 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 in CORBA::Bounds, CORBA::PolicyError, CORBA::InvalidPolicies, CORBA::PollableSet::NoPossiblePollable, CORBA::PollableSet::UnknownPollable, PortableInterceptor::ForwardRequest, PortableInterceptor::InvalidSlot, PortableInterceptor::ORBInitInfo::DuplicateName, PortableInterceptor::ORBInitInfo::InvalidName, and CORBA::WrongTransaction. | 
| 
 | 
| 
 | 
| Returns a string containing information about the exception. This function is not CORBA compliant. Implements CORBA::Exception. | 
| 
 | 
| 
 Reimplemented from CORBA::Exception. | 
| 
 | 
| 
 | 
| Assignment operator. 
 | 
 1.3.9.1
 1.3.9.1