bpp-core  2.2.0
bpp::NotImplementedException Class Reference

This expeption is sent when a given method is not implemented. More...

#include <Bpp/Exceptions.h>

+ Inheritance diagram for bpp::NotImplementedException:
+ Collaboration diagram for bpp::NotImplementedException:

Public Member Functions

 NotImplementedException (const std::string &text)
 Build a new NotImplementedException. More...
 
virtual ~NotImplementedException () throw ()
 
const char * what () const throw ()
 Method to get the message of the exception (STL method redefinition). More...
 

Protected Attributes

std::string message_
 

Detailed Description

This expeption is sent when a given method is not implemented.

Definition at line 400 of file Exceptions.h.

Constructor & Destructor Documentation

◆ NotImplementedException()

bpp::NotImplementedException::NotImplementedException ( const std::string &  text)
inline

Build a new NotImplementedException.

Parameters
textA message to be passed to the exception hierarchy.

Definition at line 410 of file Exceptions.h.

◆ ~NotImplementedException()

virtual bpp::NotImplementedException::~NotImplementedException ( )
throw (
)
inlinevirtual

Definition at line 412 of file Exceptions.h.

Member Function Documentation

◆ what()

const char* bpp::Exception::what ( ) const
throw (
)
inlineinherited

Method to get the message of the exception (STL method redefinition).

Returns
The message passed to the exception hierarchy.

Definition at line 87 of file Exceptions.h.

References bpp::Exception::message_.

Member Data Documentation

◆ message_

std::string bpp::Exception::message_
protectedinherited

Definition at line 61 of file Exceptions.h.

Referenced by bpp::Exception::what().


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