bpp-core
2.2.0
|
Exception thrown by the Keyval parser. More...
#include <Bpp/Text/KeyvalTools.h>
Public Member Functions | |
KeyvalException (const std::string &message) | |
const char * | what () const throw () |
Method to get the message of the exception (STL method redefinition). More... | |
Protected Attributes | |
std::string | message_ |
Exception thrown by the Keyval parser.
Definition at line 56 of file KeyvalTools.h.
|
inline |
Definition at line 60 of file KeyvalTools.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().