ATLAS Offline Software
|
Exception — Unknown aux data item. More...
#include <exceptions.h>
Public Member Functions | |
ExcUnknownAuxItem (const std::string &name, const std::string &clsname="", const std::type_info *typ=0) | |
Constructor. More... | |
Exception — Unknown aux data item.
This can be thrown by TypelessConstAccessor
if the requested item is not known to the registry, or (if the type_info
is supplied) we don't know how to make a vector factory for the given type_info
.
Definition at line 231 of file Control/AthContainers/AthContainers/exceptions.h.
SG::ExcUnknownAuxItem::ExcUnknownAuxItem | ( | const std::string & | name, |
const std::string & | clsname = "" , |
||
const std::type_info * | typ = 0 |
||
) |
Constructor.
name | Name of the aux data item. |
clsname | Class name of the aux data item, or an empty string. |
typ | Type of the item, if provided. |
Definition at line 339 of file Control/AthContainers/Root/exceptions.cxx.