openModeller  Version 1.5.0
SubsectionNotFound Class Reference

#include <Exceptions.hh>

Inheritance diagram for SubsectionNotFound:
Inheritance graph
Collaboration diagram for SubsectionNotFound:
Collaboration graph

Public Member Functions

 SubsectionNotFound (const std::string &sectionName)
 
 ~SubsectionNotFound () 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 sectionName
 

Detailed Description

Definition at line 47 of file Exceptions.hh.

Constructor & Destructor Documentation

SubsectionNotFound::SubsectionNotFound ( const std::string &  sectionName)
inline

Definition at line 49 of file Exceptions.hh.

SubsectionNotFound::~SubsectionNotFound ( )
throw (
)
inline

Definition at line 53 of file Exceptions.hh.

Member Function Documentation

const std::string& SubsectionNotFound::getName ( ) const
inline

Definition at line 54 of file Exceptions.hh.

References sectionName.

Member Data Documentation

std::string SubsectionNotFound::sectionName
private

Definition at line 58 of file Exceptions.hh.

Referenced by getName().


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