ComPWA
Common Partial-Wave-Analysis Framework
|
Variable not found. More...
#include <Exceptions.hpp>
Public Member Functions | |
WrongVariableID (const std::string &error="Variable does not exist!") | |
WrongVariableID (const char *error) | |
virtual | ~WrongVariableID () throw () |
Public Member Functions inherited from ComPWA::Exception | |
Exception (const Exception &e) throw () | |
Exception & | operator= (const Exception &rhs) throw () |
virtual | ~Exception () throw () |
virtual const char * | what () const throw () |
Additional Inherited Members | |
Protected Member Functions inherited from ComPWA::Exception | |
Exception (const char *w="") throw () | |
Exception (const std::string &w) throw () | |
Protected Attributes inherited from ComPWA::Exception | |
std::string | what_ |
Variable not found.
Definition at line 137 of file Exceptions.hpp.
|
inline |
Definition at line 139 of file Exceptions.hpp.
|
inline |
Definition at line 141 of file Exceptions.hpp.
|
inlinevirtual |
Definition at line 142 of file Exceptions.hpp.