openModeller  Version 1.4.0
AttributeNotFound Class Reference

#include <Exceptions.hh>

Inheritance diagram for AttributeNotFound:
Collaboration diagram for AttributeNotFound:

List of all members.

Public Member Functions

 AttributeNotFound (const std::string &attrName)
 ~AttributeNotFound () throw ()
const std::string & getName () const

Private Attributes

std::string attrName

Detailed Description

Definition at line 33 of file Exceptions.hh.


Constructor & Destructor Documentation

AttributeNotFound::AttributeNotFound ( const std::string &  attrName) [inline]

Definition at line 35 of file Exceptions.hh.

Definition at line 39 of file Exceptions.hh.


Member Function Documentation

const std::string& AttributeNotFound::getName ( ) const [inline]

Definition at line 40 of file Exceptions.hh.

References attrName.

Referenced by AquaMaps::_setConfiguration().


Member Data Documentation

std::string AttributeNotFound::attrName [private]

Definition at line 44 of file Exceptions.hh.

Referenced by getName().


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