TAO_DynamicInterface  2.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines
Public Member Functions | Static Public Member Functions | Public Attributes | Private Attributes
CORBA::UnknownUserException Class Reference

UnknownUserException. More...

#include <Unknown_User_Exception.h>

Inheritance diagram for CORBA::UnknownUserException:
Inheritance graph
[legend]
Collaboration diagram for CORBA::UnknownUserException:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 UnknownUserException (void)
 Constructor.
 UnknownUserException (CORBA::Any &exception)
 Constructor.
 UnknownUserException (const UnknownUserException &e)
 Copy constructor.
virtual ~UnknownUserException (void)
 Destructor.
virtual void _raise (void) const
 To throw an UnknownUserException of this type.
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.
virtual CORBA::TypeCode_ptr _tao_type (void) const
 This class has a specific typecode.

Static Public Member Functions

static UnknownUserException_downcast (CORBA::Exception *ex)
 Narrow to an UnknowUserException.
static UnknownUserException const * _downcast (CORBA::Exception const *ex)

Public Attributes

CORBA::Any &exception void
 Return the any containing the user exception.

Private Attributes

CORBA::Any * exception_
 Holder for the actual exception.

Detailed Description

UnknownUserException.

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.


Constructor & Destructor Documentation

Constructor.

Constructor.

Copy constructor.

Destructor.


Member Function Documentation

Narrow to an UnknowUserException.

Reimplemented from CORBA::UserException.

Reimplemented from CORBA::UserException.

To throw an UnknownUserException of this type.

Implements CORBA::UserException.

const char * CORBA::UnknownUserException::_rep_id ( void  ) const [virtual]

Return the repository ID of the Exception.

Reimplemented from CORBA::Exception.

Implements CORBA::Exception.

Implements CORBA::Exception.

Implements CORBA::Exception.

This class has a specific typecode.

Reimplemented from CORBA::UserException.


Member Data Documentation

Holder for the actual exception.

CORBA::Any& exception CORBA::UnknownUserException::void

Return the any containing the user exception.


The documentation for this class was generated from the following files: