Monarch
v3.8.2
Project 8 Data File Format Library
|
Specialized exception class for Monarch3. More...
#include <M3Exception.hh>
Public Member Functions | |
M3Exception () | |
M3Exception (const M3Exception &aCopy) | |
virtual | ~M3Exception () throw () |
virtual const char * | what () const throw () |
template<class XType > | |
M3Exception & | operator<< (const XType &aReference) |
Private Attributes | |
std::string | fMessage |
Specialized exception class for Monarch3.
Definition at line 28 of file M3Exception.hh.
M3Exception | ( | ) |
Definition at line 14 of file M3Exception.cc.
M3Exception | ( | const M3Exception & | aCopy | ) |
Definition at line 19 of file M3Exception.cc.
|
virtual |
Definition at line 24 of file M3Exception.cc.
|
inline |
Definition at line 39 of file M3Exception.hh.
|
virtual |
Definition at line 34 of file M3Exception.cc.
|
private |
Definition at line 48 of file M3Exception.hh.