#include <ExceptionBase.h>
Inheritance diagram for glite::rgma::ExceptionBase:
Public Member Functions | |
ExceptionBase * | getCause () const |
std::string | getMessage () const |
int | getErrNo () const |
std::string | getSourceIdentifier () const |
void | cleanUp () |
const char * | what () const throw () |
Protected Attributes | |
std::string | m_message |
int | m_errNo |
ExceptionBase * | m_cause |
std::string | m_sourceIdentifier |
|
cleanup any nested exceptions |
|
Getter for any nested exceptions
|
|
Getter for error number
|
|
Getter for message
|
|
The source at which the error occurred.
|
|
Return descriptive message |