Atlas-C++
Public Member Functions | List of all members
Atlas::Objects::NoSuchAttrException Class Reference

An exception indicating the requested attribute does not exist. More...

#include <BaseObject.h>

Inheritance diagram for Atlas::Objects::NoSuchAttrException:
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.
 
- 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
 

Detailed Description

An exception indicating the requested attribute does not exist.

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


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

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.