![]() |
ATLAS Offline Software
|
#include <ExceptionMsg.h>
Public Member Functions | |
| void | testInvariant () const |
| ExceptionMsg (const char *const val_file, const unsigned val_line, const std::string &val_message) | |
| virtual | ~ExceptionMsg () throw () |
| virtual const char * | what () const throw () |
Private Attributes | |
| std::string | m_message |
| description: the actual message | |
Definition at line 23 of file ExceptionMsg.h.
| RCU::ExceptionMsg::ExceptionMsg | ( | const char *const | val_file, |
| const unsigned | val_line, | ||
| const std::string & | val_message ) |
Definition at line 32 of file ExceptionMsg.cxx.
|
virtual | ||||||||||||
Definition at line 42 of file ExceptionMsg.cxx.
| void RCU::ExceptionMsg::testInvariant | ( | ) | const |
Definition at line 23 of file ExceptionMsg.cxx.
|
virtual | ||||||||||||
Definition at line 50 of file ExceptionMsg.cxx.
|
private |
description: the actual message
Definition at line 70 of file ExceptionMsg.h.