ATLAS Offline Software
|
Exception — Bad name for auxiliary variable. More...
#include <exceptions.h>
Public Member Functions | |
ExcBadVarName (const std::string &name) | |
Constructor. More... | |
Exception — Bad name for auxiliary variable.
Variable and class name must be identifiers, and variable name must not be empty.
Definition at line 496 of file Control/AthContainers/AthContainers/exceptions.h.
SG::ExcBadVarName::ExcBadVarName | ( | const std::string & | name | ) |
Constructor.
name | Name of the variable. |
Definition at line 662 of file Control/AthContainers/Root/exceptions.cxx.