TAO
2.4.0
|
#include "tao/SystemException.h"
#include "tao/ORB_Constants.h"
#include "tao/CORBA_String.h"
#include "tao/CDR.h"
#include "tao/debug.h"
#include "tao/AnyTypeCode_Adapter.h"
#include "ace/Malloc.h"
#include "ace/SString.h"
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_stdio.h"
#include "ace/Dynamic_Service.h"
#include "ace/streams.h"
Macros | |
#define | STANDARD_EXCEPTION_LIST |
#define | TAO_SYSTEM_EXCEPTION(name) (char *) "IDL:omg.org/CORBA/" #name ":1.0", |
#define | TAO_SYSTEM_EXCEPTION(name) &CORBA::name::_tao_create, |
#define | TAO_SYSTEM_EXCEPTION(name) |
#define | TAO_SYSTEM_EXCEPTION(name) |
#define | TAO_SYSTEM_EXCEPTION(name) |
#define | TAO_SYSTEM_EXCEPTION(name) |
#define | TAO_SYSTEM_EXCEPTION(name) |
#define STANDARD_EXCEPTION_LIST |
#define TAO_SYSTEM_EXCEPTION | ( | name | ) | (char *) "IDL:omg.org/CORBA/" #name ":1.0", |
#define TAO_SYSTEM_EXCEPTION | ( | name | ) | &CORBA::name::_tao_create, |
#define TAO_SYSTEM_EXCEPTION | ( | name | ) |
#define TAO_SYSTEM_EXCEPTION | ( | name | ) |
#define TAO_SYSTEM_EXCEPTION | ( | name | ) |
#define TAO_SYSTEM_EXCEPTION | ( | name | ) |
#define TAO_SYSTEM_EXCEPTION | ( | name | ) |
|
static |
TAO::excp_factory excp_array[] |
|
static |
const CORBA::ULong TAO_EACCES_MINOR_CODE = 0xDU |
const CORBA::ULong TAO_EAFNOSUPPORT_MINOR_CODE = 0xAU |
const CORBA::ULong TAO_EAGAIN_MINOR_CODE = 0xBU |
const CORBA::ULong TAO_EBADF_MINOR_CODE = 0x7U |
const CORBA::ULong TAO_EBUSY_MINOR_CODE = 0xFU |
const CORBA::ULong TAO_ECOMM_MINOR_CODE = 0x12U |
const CORBA::ULong TAO_ECONNREFUSED_MINOR_CODE = 0x5U |
const CORBA::ULong TAO_ECONNRESET_MINOR_CODE = 0x13U |
const CORBA::ULong TAO_EEXIST_MINOR_CODE = 0x10U |
const CORBA::ULong TAO_EFAULT_MINOR_CODE = 0xEU |
const CORBA::ULong TAO_EINVAL_MINOR_CODE = 0x11U |
const CORBA::ULong TAO_EMFILE_MINOR_CODE = 0x3U |
const CORBA::ULong TAO_ENFILE_MINOR_CODE = 0x2U |
const CORBA::ULong TAO_ENOENT_MINOR_CODE = 0x6U |
const CORBA::ULong TAO_ENOMEM_MINOR_CODE = 0xCU |
const CORBA::ULong TAO_ENOSYS_MINOR_CODE = 0x8U |
const CORBA::ULong TAO_ENOTSUP_MINOR_CODE = 0x14U |
const CORBA::ULong TAO_EPERM_MINOR_CODE = 0x9U |
const CORBA::ULong TAO_EPIPE_MINOR_CODE = 0x4U |
const CORBA::ULong TAO_ETIMEDOUT_MINOR_CODE = 0x1U |
const CORBA::ULong TAO_UNSPECIFIED_MINOR_CODE = 0x0U |