Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

CORBA_UnknownUserException Class Reference

CORBA_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 Methods

 CORBA_UnknownUserException (void)
 Constructor.

 CORBA_UnknownUserException (CORBA_Any& exception)
 Constructor.

 CORBA_UnknownUserException (const CORBA_UnknownUserException& e)
 Copy constructor.

virtual ~CORBA_UnknownUserException (void)
 Destructor.

virtual void _raise (void)
 To throw an UnknownUserException of this type.

virtual void _tao_encode (TAO_OutputCDR &cdr, CORBA::Environment &) const
virtual void _tao_decode (TAO_InputCDR &cdr, CORBA::Environment &)
virtual int _is_a (const char *type_id) const
 Helper method to implement _downcast.

virtual CORBA::TypeCode_ptr _type (void) const
 This class has a specific typecode.


Public Attributes

CORBA_Any& exception void
 Return the any containing the user exception.


Static Public Methods

CORBA_UnknownUserException* _downcast (CORBA_Exception *ex)
 Narrow to an UnknowUserException.


Private Attributes

CORBA_Anyexception_
 Holder for the actual exception.


Detailed Description

CORBA_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

CORBA_UnknownUserException::CORBA_UnknownUserException ( void ) [inline]
 

Constructor.

CORBA_UnknownUserException::CORBA_UnknownUserException ( CORBA_Any & exception )
 

Constructor.

CORBA_UnknownUserException::CORBA_UnknownUserException ( const CORBA_UnknownUserException & e )
 

Copy constructor.

CORBA_UnknownUserException::~CORBA_UnknownUserException ( void ) [virtual]
 

Destructor.


Member Function Documentation

CORBA_UnknownUserException * CORBA_UnknownUserException::_downcast ( CORBA_Exception * ex ) [static]
 

Narrow to an UnknowUserException.

Reimplemented from CORBA_UserException.

int CORBA_UnknownUserException::_is_a ( const char * type_id ) const [virtual]
 

Helper method to implement _downcast.

Reimplemented from CORBA_UserException.

void CORBA_UnknownUserException::_raise ( void ) [virtual]
 

To throw an UnknownUserException of this type.

Reimplemented from CORBA_Exception.

void CORBA_UnknownUserException::_tao_decode ( TAO_InputCDR & cdr,
CORBA::Environment & ACE_TRY_ENV ) [virtual]
 

Reimplemented from CORBA_Exception.

void CORBA_UnknownUserException::_tao_encode ( TAO_OutputCDR & cdr,
CORBA::Environment & ACE_TRY_ENV ) const [virtual]
 

Reimplemented from CORBA_Exception.

CORBA::TypeCode_ptr CORBA_UnknownUserException::_type ( void ) const [virtual]
 

This class has a specific typecode.

Reimplemented from CORBA_Exception.


Member Data Documentation

CORBA_Any * CORBA_UnknownUserException::exception_ [private]
 

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:
Generated at Wed Nov 21 12:00:06 2001 for TAO_DynamicInterface by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000