Atlas_Objects_NoSuchAttrException(3)

Atlas::Objects::NoSuchAttrException(3) Library Functions Manual Atlas::Objects::NoSuchAttrException(3)

NAME

Atlas::Objects::NoSuchAttrException - An exception indicating the requested attribute does not exist.

SYNOPSIS

#include <BaseObject.h>

Inherits Atlas::Exception.

Public Member Functions


NoSuchAttrException (const std::string &name)
const std::string & getName () const
Get the name of the attribute which does not exist.

Additional Inherited Members

Detailed Description

An exception indicating the requested attribute does not exist.

This is thrown by Root::getAttr() [and derivatives thereof!]

Author

Generated automatically by Doxygen for Atlas-C++ from the source code.

Tue Oct 10 2017 Atlas-C++