#include <CorbaExceptionWrapper.h>
Inheritance diagram for Sct::CorbaExceptionWrapper:
Public Member Functions | |
CorbaExceptionWrapper (const CORBA::Exception &, const string &msg, const string &file, int line) throw () | |
Creates an Exception with message msg. | |
virtual shared_ptr< Throwable > | clone () const throw () |
Necessary for chaining of exceptions unfortunately. | |
virtual string | getMessage () const throw () |
Gets the detail message for this. | |
virtual | ~CorbaExceptionWrapper () throw () |
Static Public Member Functions | |
static std::string | whatDoesThisCORBAExceptionTellUs (const CORBA::Exception &) throw () |
Protected Member Functions | |
CorbaExceptionWrapper () throw () | |
Protected Attributes | |
string | m_name |
Definition at line 18 of file CorbaExceptionWrapper.h.
|
Creates an Exception with message msg.
Definition at line 57 of file CorbaExceptionWrapper.cpp. |
|
Necessary for chaining of exceptions unfortunately. Should return a copy of this allocated on the heap. It is necessary for sub-classes to override this if they add new data members or if they do and special processing in what() or sentToMrs() Reimplemented from Sct::AbstractThrowable. Definition at line 80 of file CorbaExceptionWrapper.cpp. References CorbaExceptionWrapper(). Here is the call graph for this function: ![]() |
|
Gets the detail message for this.
Reimplemented from Sct::AbstractThrowable. Definition at line 84 of file CorbaExceptionWrapper.cpp. References m_name. |