![]() |
ATLAS Offline Software
|
Exception — Bad cast of DataProxy with CLID. More...
#include <exceptions.h>
Public Member Functions | |
| ExcBadDataProxyCast (CLID id, const std::type_info &tid) | |
| Constructor. | |
| ~ExcBadDataProxyCast () throw () | |
| virtual const char * | what () const noexcept override |
| Return the message for this exception. | |
Private Attributes | |
| std::string | m_what |
| The message for this exception. | |
Exception — Bad cast of DataProxy with CLID.
You tried to retrieve an object in StoreGate as an incompatible type.
Definition at line 36 of file Control/SGTools/SGTools/exceptions.h.
| SG::ExcBadDataProxyCast::ExcBadDataProxyCast | ( | CLID | id, |
| const std::type_info & | tid ) |
Constructor.
Definition at line 37 of file Control/SGTools/src/exceptions.cxx.
|
inline | ||||||||||||
Definition at line 49 of file Control/SGTools/SGTools/exceptions.h.
|
overridevirtualnoexcept |
Return the message for this exception.
Definition at line 46 of file Control/SGTools/src/exceptions.cxx.
|
private |
The message for this exception.
Definition at line 60 of file Control/SGTools/SGTools/exceptions.h.