#include <ACEXML/common/Env.h>
Public Member Functions | |
ACEXML_Env (void) | |
Default constructor. | |
ACEXML_Env (const ACEXML_Env &ACEXML_TRY_ENV) | |
Copy constructor. | |
ACEXML_Env & | operator= (const ACEXML_Env &ACEXML_TRY_ENV) |
Assignment. | |
~ACEXML_Env (void) | |
Destructor. | |
void | clear (void) |
Clear the exception and reset the evnrionment. | |
Public Attributes | |
ACEXML_Exception *exception void | const |
Return the contained exception. | |
void exception ACEXML_Exception * | ex |
Set the contained exception to. | |
Private Attributes | |
ACEXML_Exception * | exception_ |
Place holder for exception (if one occurs.). |
ACEXML_Env is modeled after CORBA_Environment class. It provides a place holder for callees to propagate exceptions back to callers. ACEXML does not support native exceptions at this moment.
ACEXML_Env::ACEXML_Env | ( | void | ) |
Default constructor.
ACEXML_Env::ACEXML_Env | ( | const ACEXML_Env & | ACEXML_TRY_ENV | ) |
Copy constructor.
ACEXML_Env::~ACEXML_Env | ( | void | ) |
Destructor.
ACEXML_Env & ACEXML_Env::operator= | ( | const ACEXML_Env & | ACEXML_TRY_ENV | ) |
Assignment.
ACEXML_INLINE void ACEXML_Env::clear | ( | void | ) |
Clear the exception and reset the evnrionment.
ACEXML_Exception* exception void ACEXML_Env::const [final] |
Return the contained exception.
void exception ACEXML_Exception* ACEXML_Env::ex [final] |
Set the contained exception to.
ACEXML_Exception* ACEXML_Env::exception_ [private] |
Place holder for exception (if one occurs.).