ATLAS Offline Software
|
Exception — constant not set. More...
#include <exceptions.h>
Public Member Functions | |
ExcConstantNotSet (const std::string &toolName, const std::string &constName) | |
Constructor. More... | |
Exception — constant not set.
The constant was not set from JO, not found in COOL, and has no default.
Definition at line 53 of file Calorimeter/CaloUtils/CaloUtils/exceptions.h.
CaloUtils::ExcConstantNotSet::ExcConstantNotSet | ( | const std::string & | toolName, |
const std::string & | constName | ||
) |
Constructor.
toolName | Name of the tool being used. |
constName | Name of the constant being accessed. |
Definition at line 73 of file Calorimeter/CaloUtils/src/exceptions.cxx.