| TAO
    2.0.8
    | 
Application- or OMG- defined CORBA exception sub-class. More...
#include <UserException.h>


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