ComPWA
Common Partial-Wave-Analysis Framework
|
Parameter out of bound. More...
#include <Exceptions.hpp>
Public Member Functions | |
ParameterOutOfBound (const std::string &error="Variable not within its limits!") | |
ParameterOutOfBound (const char *error) | |
virtual | ~ParameterOutOfBound () 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_ |
Parameter out of bound.
Definition at line 149 of file Exceptions.hpp.
|
inline |
Definition at line 151 of file Exceptions.hpp.
|
inline |
Definition at line 154 of file Exceptions.hpp.
|
inlinevirtual |
Definition at line 155 of file Exceptions.hpp.