ATLAS Offline Software
|
Exception — version mismatch for tool. More...
#include <exceptions.h>
Public Member Functions | |
ExcBadToolConstantVersion (const std::string &toolName, const std::string &constName, unsigned int toolVersion, unsigned int constVersion) | |
Constructor. More... | |
Exception — version mismatch for tool.
The version of the constants read from COOL was larger than the version of the tool being used.
Definition at line 30 of file Calorimeter/CaloUtils/CaloUtils/exceptions.h.
CaloUtils::ExcBadToolConstantVersion::ExcBadToolConstantVersion | ( | const std::string & | toolName, |
const std::string & | constName, | ||
unsigned int | toolVersion, | ||
unsigned int | constVersion | ||
) |
Constructor.
toolName | Name of the tool being used. |
constName | Name of the constant being accessed. |
toolVersion | Version of the tool. |
constVersion | Version of the constants read from COOL. |
Definition at line 41 of file Calorimeter/CaloUtils/src/exceptions.cxx.