ATLAS Offline Software
Loading...
Searching...
No Matches
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

namespace  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.
std::string CaloUtils::excConstantNotSet_format (const std::string &toolName, const std::string &constName)
 Helper: Format exception string.
std::string CaloUtils::excConstantReset_format (const std::string &toolName, const std::string &constName)
 Helper: Format exception string.
std::string CaloUtils::excBadContextlessRetrieve_format (const std::string &toolName, const std::string &constName)
 Helper: Format exception string.
void CaloUtils::throwExcBadContextlessRetrieve (const std::string &toolName, const std::string &constName)
 Throw a CaloUtils::ExcBadContextlessRetrieve exception.