|
Atlas-C++
|
An exception indicating the requested attribute does not exist. More...
#include <BaseObject.h>
Public Member Functions | |
| NoSuchAttrException (const std::string &name) | |
| const std::string & | getName () const |
| Get the name of the attribute which does not exist. | |
Public Member Functions inherited from Atlas::Exception | |
| Exception (const std::string &d="UNKNOWN ERROR") | |
| const std::string & | getDescription () const |
| virtual const char * | what () const throw () |
Additional Inherited Members | |
Protected Attributes inherited from Atlas::Exception | |
| std::string | m_description |
An exception indicating the requested attribute does not exist.
This is thrown by Root::getAttr() [and derivatives thereof!]
Copyright 2000-2004 the respective authors.
This document can be licensed under the terms of the GNU Free Documentation License or the GNU General Public License and may be freely distributed under the terms given by one of these licenses.