TAO_DynamicInterface  2.2.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Public Attributes | Private Attributes | List of all members
CORBA::UnknownUserException Class Reference

UnknownUserException. More...

#include <Unknown_User_Exception.h>

Inheritance diagram for CORBA::UnknownUserException:
Inheritance graph
Collaboration diagram for CORBA::UnknownUserException:
Collaboration graph

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

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

Private Attributes

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

Additional Inherited Members

- Protected Member Functions inherited from CORBA::Exception
 Exception (void)
 
Exceptionoperator= (const Exception &src)
 
 Exception (const char *repository_id, const char *local_name)
 

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

CORBA::UnknownUserException::UnknownUserException ( void  )

Constructor.

CORBA::UnknownUserException::UnknownUserException ( CORBA::Any &  exception)

Constructor.

CORBA::UnknownUserException::UnknownUserException ( const UnknownUserException e)

Copy constructor.

CORBA::UnknownUserException::~UnknownUserException ( void  )
virtual

Destructor.

Member Function Documentation

CORBA::UnknownUserException * CORBA::UnknownUserException::_downcast ( CORBA::Exception ex)
static

Narrow to an UnknowUserException.

CORBA::UnknownUserException const * CORBA::UnknownUserException::_downcast ( CORBA::Exception const *  ex)
static
void CORBA::UnknownUserException::_raise ( void  ) const
virtual

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.

void CORBA::UnknownUserException::_tao_decode ( TAO_InputCDR cdr)
virtual

Implements CORBA::Exception.

CORBA::Exception * CORBA::UnknownUserException::_tao_duplicate ( void  ) const
virtual

Implements CORBA::Exception.

void CORBA::UnknownUserException::_tao_encode ( TAO_OutputCDR cdr) const
virtual

Implements CORBA::Exception.

CORBA::TypeCode_ptr CORBA::UnknownUserException::_tao_type ( void  ) const
virtual

This class has a specific typecode.

Implements 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: