bpp-core
2.2.0
|
This expeption is sent when a given method is not implemented. More...
#include <Bpp/Exceptions.h>
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_ |
This expeption is sent when a given method is not implemented.
Definition at line 400 of file Exceptions.h.
|
inline |
Build a new NotImplementedException.
text | A message to be passed to the exception hierarchy. |
Definition at line 410 of file Exceptions.h.
|
inlinevirtual |
Definition at line 412 of file Exceptions.h.
|
inlineinherited |
Method to get the message of the exception (STL method redefinition).
Definition at line 87 of file Exceptions.h.
References bpp::Exception::message_.
|
protectedinherited |
Definition at line 61 of file Exceptions.h.
Referenced by bpp::Exception::what().