ATLAS Offline Software
Loading...
Searching...
No Matches
SG::ExcBadVarName Class Reference

Exception — Bad name for auxiliary variable. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcBadVarName:
Collaboration diagram for SG::ExcBadVarName:

Public Member Functions

 ExcBadVarName (const std::string &name)
 Constructor.

Detailed Description

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.

Constructor & Destructor Documentation

◆ ExcBadVarName()

SG::ExcBadVarName::ExcBadVarName ( const std::string & name)

Constructor.

Parameters
nameName of the variable.

Definition at line 662 of file Control/AthContainers/Root/exceptions.cxx.

663 : std::runtime_error (excBadVarName_format (name))
664{
665}
std::string excBadVarName_format(const std::string &name)
Helper: format exception error string.

The documentation for this class was generated from the following files: