openModeller  Version 1.5.0
AttributeNotFound Class Reference

#include <Exceptions.hh>

Inheritance diagram for AttributeNotFound:
Inheritance graph
Collaboration diagram for AttributeNotFound:
Collaboration graph

Public Member Functions

 AttributeNotFound (const std::string &attrName)
 
 ~AttributeNotFound () throw ()
 
const std::string & getName () const
 
- Public Member Functions inherited from ConfigurationException
 ConfigurationException (const std::string &msg)
 
- Public Member Functions inherited from OmException
 OmException (const std::string &msg)
 

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.

AttributeNotFound::~AttributeNotFound ( )
throw (
)
inline

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: