ATLAS Offline Software
Public Member Functions | List of all members
CaloUtils::ExcConstantNotSet Class Reference

Exception — constant not set. More...

#include <exceptions.h>

Inheritance diagram for CaloUtils::ExcConstantNotSet:
Collaboration diagram for CaloUtils::ExcConstantNotSet:

Public Member Functions

 ExcConstantNotSet (const std::string &toolName, const std::string &constName)
 Constructor. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ExcConstantNotSet()

CaloUtils::ExcConstantNotSet::ExcConstantNotSet ( const std::string &  toolName,
const std::string &  constName 
)

Constructor.

Parameters
toolNameName of the tool being used.
constNameName of the constant being accessed.

Definition at line 73 of file Calorimeter/CaloUtils/src/exceptions.cxx.

76  : std::runtime_error (excConstantNotSet_format (toolName,
77  constName))
78 {
79 }

The documentation for this class was generated from the following files:
CaloUtils::excConstantNotSet_format
std::string excConstantNotSet_format(const std::string &toolName, const std::string &constName)
Helper: Format exception string.
Definition: Calorimeter/CaloUtils/src/exceptions.cxx:58