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. | |
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.
| 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. |
1.6.1