IORTable::AlreadyBound Exception Reference

The object key is already in the IORTable. More...

import "IORTable.pidl";

Inheritance diagram for IORTable::AlreadyBound:

Inheritance graph
[legend]
Collaboration diagram for IORTable::AlreadyBound:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 AlreadyBound (void)
 AlreadyBound (const AlreadyBound &)
 ~AlreadyBound (void)
AlreadyBoundoperator= (const AlreadyBound &)
virtual CORBA::Exception_tao_duplicate (void) const
virtual void _raise (void) const
virtual void _tao_encode (TAO_OutputCDR &) const
virtual void _tao_decode (TAO_InputCDR &)

Static Public Member Functions

AlreadyBound_downcast (CORBA::Exception *)
const AlreadyBound_downcast (CORBA::Exception const *)
CORBA::Exception_alloc (void)

Detailed Description

The object key is already in the IORTable.

Definition at line 32 of file IORTable.pidl.


Constructor & Destructor Documentation

IORTable::AlreadyBound::AlreadyBound void   ) 
 

Definition at line 54 of file IORTableC.cpp.

00055   : CORBA::UserException (
00056         "IDL:IORTable/AlreadyBound:1.0",
00057         "AlreadyBound"
00058       )
00059 {
00060 }

IORTable::AlreadyBound::AlreadyBound const AlreadyBound  ) 
 

IORTable::AlreadyBound::~AlreadyBound void   ) 
 

Definition at line 62 of file IORTableC.cpp.

00063 {
00064 }


Member Function Documentation

CORBA::Exception * IORTable::AlreadyBound::_alloc void   )  [static]
 

Definition at line 93 of file IORTableC.cpp.

References ACE_NEW_RETURN.

00094 {
00095   CORBA::Exception *retval = 0;
00096   ACE_NEW_RETURN (retval, ::IORTable::AlreadyBound, 0);
00097   return retval;
00098 }

const IORTable::AlreadyBound * IORTable::AlreadyBound::_downcast CORBA::Exception const *   )  [static]
 

Reimplemented from CORBA::UserException.

Definition at line 88 of file IORTableC.cpp.

00089 {
00090   return dynamic_cast<const AlreadyBound *> (_tao_excp);
00091 }

IORTable::AlreadyBound * IORTable::AlreadyBound::_downcast CORBA::Exception  )  [static]
 

Reimplemented from CORBA::UserException.

Definition at line 82 of file IORTableC.cpp.

00083 {
00084   return dynamic_cast<AlreadyBound *> (_tao_excp);
00085 }

void IORTable::AlreadyBound::_raise void   )  const [virtual]
 

Implements CORBA::UserException.

Definition at line 112 of file IORTableC.cpp.

References TAO_RAISE.

00113 {
00114   TAO_RAISE (*this);
00115 }

void IORTable::AlreadyBound::_tao_decode TAO_InputCDR  )  [virtual]
 

Implements CORBA::Exception.

Definition at line 130 of file IORTableC.cpp.

References ACE_THROW.

00134 {
00135   if (cdr >> *this)
00136     {
00137       return;
00138     }
00139 
00140   ACE_THROW (CORBA::MARSHAL ());
00141 }

CORBA::Exception * IORTable::AlreadyBound::_tao_duplicate void   )  const [virtual]
 

Implements CORBA::Exception.

Definition at line 101 of file IORTableC.cpp.

References ACE_NEW_RETURN.

00102 {
00103   CORBA::Exception *result = 0;
00104   ACE_NEW_RETURN (
00105       result,
00106       ::IORTable::AlreadyBound (*this),
00107       0
00108     );
00109   return result;
00110 }

void IORTable::AlreadyBound::_tao_encode TAO_OutputCDR  )  const [virtual]
 

Implements CORBA::Exception.

Definition at line 117 of file IORTableC.cpp.

References ACE_THROW.

00121 {
00122   if (cdr << *this)
00123     {
00124       return;
00125     }
00126 
00127   ACE_THROW (CORBA::MARSHAL ());
00128 }

AlreadyBound& IORTable::AlreadyBound::operator= const AlreadyBound  ) 
 


The documentation for this exception was generated from the following files:
Generated on Thu Nov 9 13:07:20 2006 for TAO_IORTable by doxygen 1.3.6