ATLAS Offline Software
Namespaces | Functions
Calorimeter/CaloUtils/src/exceptions.cxx File Reference
#include "CaloUtils/exceptions.h"
#include <sstream>
Include dependency graph for Calorimeter/CaloUtils/src/exceptions.cxx:

Go to the source code of this file.

Namespaces

 CaloUtils
 

Functions

std::string CaloUtils::excBadToolConstantVersion_format (const std::string &toolName, const std::string &constName, unsigned int toolVersion, unsigned int constVersion)
 Helper: Format exception string. More...
 
std::string CaloUtils::excConstantNotSet_format (const std::string &toolName, const std::string &constName)
 Helper: Format exception string. More...
 
std::string CaloUtils::excConstantReset_format (const std::string &toolName, const std::string &constName)
 Helper: Format exception string. More...
 
std::string CaloUtils::excBadContextlessRetrieve_format (const std::string &toolName, const std::string &constName)
 Helper: Format exception string. More...
 
void CaloUtils::throwExcBadContextlessRetrieve (const std::string &toolName, const std::string &constName)
 Throw a CaloUtils::ExcBadContextlessRetrieve exception. More...