NotImplementedException Class Reference

#include <exceptions.h>

Inheritance diagram for NotImplementedException:
ImplementationException

List of all members.

Public Member Functions

 NotImplementedException (std::string _feature)
 ~NotImplementedException () throw ()
const char * what () const throw ()
void getFeature (std::string _feature)

Private Attributes

const std::string feature
const std::string message

Detailed Description

Functionality is not implemented exception.


Constructor & Destructor Documentation

NotImplementedException::NotImplementedException ( std::string  _feature  )  [inline]

Exception constructor.

Parameters:
_feature Feature description which is not implemented.
NotImplementedException::~NotImplementedException (  )  throw () [inline]

Member Function Documentation

void NotImplementedException::getFeature ( std::string  _feature  )  [inline]

References feature.

const char* NotImplementedException::what (  )  const throw () [inline]

References message.


Member Data Documentation

const std::string NotImplementedException::feature [private]

Referenced by getFeature().

const std::string NotImplementedException::message [private]

Referenced by what().


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