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. More... | |
~ExcBadDataProxyCast () throw () | |
virtual const char * | what () const throw () |
Return the message for this exception. More... | |
Private Attributes | |
std::string | m_what |
The message for this exception. More... | |
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.
Constructor.
id | CLID of the DataProxy. |
tid | Type to which we're trying to convert the object. |
Definition at line 37 of file Control/SGTools/src/exceptions.cxx.
|
inline |
Definition at line 49 of file Control/SGTools/SGTools/exceptions.h.
|
virtual |
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.