ATLAS Offline Software
|
#include <Exception.h>
Public Types | |
enum | type_t { CONFIG, RUNTIME } |
Public Member Functions | |
Exception (const std::string &msg) | |
virtual | ~Exception () throw () |
virtual char const * | what () const throw () |
Private Attributes | |
std::string | m_msg |
Definition at line 21 of file Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/Exception.h.
Enumerator | |
---|---|
CONFIG | |
RUNTIME |
Definition at line 23 of file Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/Exception.h.
|
inline |
Definition at line 28 of file Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/Exception.h.
|
inlinevirtual |
Definition at line 32 of file Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/Exception.h.
|
inlinevirtual |
Definition at line 34 of file Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/Exception.h.
|
private |
Definition at line 37 of file Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/Exception.h.