Thrown if BLOB size is not correct.
More...
#include <Exception.h>
|
| | SizeConflict (const std::string &domain, unsigned int size_is, unsigned int size_should) |
| virtual | ~SizeConflict () throw () |
| virtual const char * | what () const throw () |
| virtual const std::string & | domain () const |
|
| virtual void | setMessage (const std::string &message) |
Thrown if BLOB size is not correct.
Definition at line 104 of file Calorimeter/CaloCondBlobObjs/CaloCondBlobObjs/Exception.h.
◆ SizeConflict()
| CaloCond::SizeConflict::SizeConflict |
( |
const std::string & | domain, |
|
|
unsigned int | size_is, |
|
|
unsigned int | size_should ) |
|
inlineexplicit |
Definition at line 106 of file Calorimeter/CaloCondBlobObjs/CaloCondBlobObjs/Exception.h.
110 {
111 std::ostringstream
msg;
112 msg <<
"Blob Size conflict. Is " << size_is
113 << " but should be " << size_should;
115 }
Exception(const std::string &domain, const std::string &message)
virtual void setMessage(const std::string &message)
virtual const std::string & domain() const
◆ ~SizeConflict()
| virtual CaloCond::SizeConflict::~SizeConflict |
( |
| ) |
|
| 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: