#include "tao/orbconf.h"
#include "tao/TAO_Export.h"
#include "tao/Basic_Types.h"
#include "tao/CORBA_String.h"
#include "ace/SStringfwd.h"
#include "ace/iosfwd.h"
#include "ace/CORBA_macros.h"
Include dependency graph for Exception.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | CORBA |
Classes | |
class | CORBA::Exception |
Exception. More... | |
class | TAO_Exceptions |
This class is a namespace for exception-related static data and methods. More... | |
Defines | |
#define | TAO_RAISE(EXCEPTION) throw EXCEPTION |
Enumerations | |
enum | exception_type { NO_EXCEPTION, USER_EXCEPTION, SYSTEM_EXCEPTION } |
Enumeration used to identify the type of CORBA exception. More... | |
Functions | |
TAO_Export void | operator<<= (CORBA::Any &, const CORBA::Exception &) |
TAO_Export void | operator<<= (CORBA::Any &, CORBA::Exception *) |
Variables | |
TAO_Export TypeCode_ptr | _tc_exception_type = 0 |
This file defines way in which CORBA exceptions are reported.
|
|
|
Enumeration used to identify the type of CORBA exception. CORBA exceptions generally fall into two categories, user exceptions and system exceptions. This enumeration is used when identifying the type of CORBA exception. |
|
|
|
|
|
|