|
TAO_AnyTypeCode 4.0.0
|
Out-of-bounds member index exception. More...
#include <TypeCode.h>


Public Member Functions | |
| Bounds () | |
| Constructor. | |
| virtual CORBA::Exception * | _tao_duplicate () const |
| virtual void | _raise () const |
| virtual void | _tao_encode (TAO_OutputCDR &cdr) const |
| virtual void | _tao_decode (TAO_InputCDR &cdr) |
Public Member Functions inherited from CORBA::UserException | |
| UserException (UserException const &rhs) | |
| virtual | ~UserException ()=default |
| UserException & | operator= (UserException const &rhs) |
| virtual CORBA::TypeCode_ptr | _tao_type () const |
| UserException (char const *repository_id, char const *local_name) | |
| virtual ACE_CString | _info () const |
Public Member Functions inherited from CORBA::Exception | |
| Exception (const Exception &src) | |
| virtual | ~Exception ()=default |
| virtual const char * | _rep_id () const |
| virtual const char * | _name () const |
| void | _tao_print_exception (const char *info, FILE *f=stdout) const |
Static Public Member Functions | |
| static Bounds * | _downcast (CORBA::Exception *ex) |
| static CORBA::Exception * | _alloc () |
Static Public Member Functions inherited from CORBA::UserException | |
| static UserException * | _downcast (CORBA::Exception *exception) |
| static const UserException * | _downcast (CORBA::Exception const *exception) |
Static Public Member Functions inherited from CORBA::Exception | |
| static Exception * | _downcast (Exception *x) |
| static Exception const * | _downcast (Exception const *x) |
| static void | _tao_any_destructor (void *) |
Additional Inherited Members | |
Protected Member Functions inherited from CORBA::UserException | |
| UserException () | |
Protected Member Functions inherited from CORBA::Exception | |
| Exception ()=default | |
| Exception & | operator= (const Exception &src) |
| Exception (const char *repository_id, const char *local_name) | |
Out-of-bounds member index exception.
Exception thrown when attempting to pass an out-of-bounds index value to a TypeCode operation that accepts a member index argument.
| CORBA::TypeCode::Bounds::Bounds | ( | ) |
Constructor.
|
static |
|
static |
|
virtual |
Implements CORBA::UserException.
|
virtual |
Implements CORBA::Exception.
|
virtual |
Implements CORBA::Exception.
|
virtual |
Implements CORBA::Exception.