Monarch
v3.8.2
Project 8 Data File Format Library
|
#include <M2Exception.hh>
Public Member Functions | |
M2Exception () | |
M2Exception (const M2Exception &aCopy) | |
virtual | ~M2Exception () throw () |
virtual const char * | what () const throw () |
template<class XType > | |
M2Exception & | operator<< (const XType &aReference) |
Private Attributes | |
std::string | fMessage |
Definition at line 10 of file M2Exception.hh.
M2Exception | ( | ) |
Definition at line 6 of file M2Exception.cc.
M2Exception | ( | const M2Exception & | aCopy | ) |
Definition at line 11 of file M2Exception.cc.
|
virtual |
Definition at line 16 of file M2Exception.cc.
|
inline |
Definition at line 21 of file M2Exception.hh.
|
virtual |
Definition at line 20 of file M2Exception.cc.
|
private |
Definition at line 30 of file M2Exception.hh.