ATLAS Offline Software
Public Member Functions | List of all members
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. More...
 

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 }

The documentation for this class was generated from the following files:
SG::excBadVarName_format
std::string excBadVarName_format(const std::string &name)
Helper: format exception error string.
Definition: Control/AthContainers/Root/exceptions.cxx:646
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192