Thrown if an invalid CaloGain is encountered.
More...
#include <Exception.h>
|
| virtual void | setMessage (const std::string &message) |
◆ InvalidCaloGain()
| CaloCond::InvalidCaloGain::InvalidCaloGain |
( |
const std::string & | domain, |
|
|
int | caloGain ) |
|
inlineexplicit |
Definition at line 148 of file Calorimeter/CaloCondBlobObjs/CaloCondBlobObjs/Exception.h.
151 {
152 std::ostringstream
msg;
153 msg <<
"Invalid CaloGain: " << caloGain;
155 }
Exception(const std::string &domain, const std::string &message)
virtual void setMessage(const std::string &message)
virtual const std::string & domain() const
◆ ~InvalidCaloGain()
| virtual CaloCond::InvalidCaloGain::~InvalidCaloGain |
( |
| ) |
|
| throw | ( | ) | | | |
|
inlinevirtual |
◆ domain()
| virtual const std::string & CaloCond::Exception::domain |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ setMessage()
| virtual void CaloCond::Exception::setMessage |
( |
const std::string & | message | ) |
|
|
inlineprotectedvirtualinherited |
◆ what()
| virtual const char * CaloCond::Exception::what |
( |
| ) |
const |
| throw | ( | ) | | | |
|
inlinevirtualinherited |
◆ m_domain
| std::string CaloCond::Exception::m_domain |
|
privateinherited |
◆ m_message
| std::string CaloCond::Exception::m_message |
|
privateinherited |
The documentation for this class was generated from the following file: