bpp-core  2.1.0
 All Classes Namespaces Files Functions Variables Typedefs Friends
bpp::KeyvalException Class Reference

Exception thrown by the Keyval parser. More...

#include <Bpp/Text/KeyvalTools.h>

+ Inheritance diagram for bpp::KeyvalException:
+ Collaboration diagram for bpp::KeyvalException:

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_
 

Detailed Description

Exception thrown by the Keyval parser.

Definition at line 56 of file KeyvalTools.h.

Constructor & Destructor Documentation

bpp::KeyvalException::KeyvalException ( const std::string &  message)
inline

Definition at line 60 of file KeyvalTools.h.

Member Function Documentation

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 86 of file Exceptions.h.

References bpp::Exception::message_.

Member Data Documentation

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

Definition at line 60 of file Exceptions.h.

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


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