|
bpp-core
2.1.0
|
The base class exception for IO error. More...
#include <Bpp/Exceptions.h>
Inheritance diagram for bpp::IOException:
Collaboration diagram for bpp::IOException:Public Member Functions | |
| IOException (const char *text) | |
| Build a new IOException. | |
| IOException (const std::string &text) | |
| Build a new IOException. | |
| virtual | ~IOException () throw () |
| const char * | what () const throw () |
| Method to get the message of the exception (STL method redefinition). | |
Protected Attributes | |
| std::string | message_ |
The base class exception for IO error.
Definition at line 93 of file Exceptions.h.
| bpp::IOException::IOException | ( | const char * | text | ) | [inline] |
Build a new IOException.
| text | A message to be passed to the exception hierarchy. |
Definition at line 103 of file Exceptions.h.
| bpp::IOException::IOException | ( | const std::string & | text | ) | [inline] |
Build a new IOException.
| text | A message to be passed to the exception hierarchy. |
Definition at line 110 of file Exceptions.h.
| virtual bpp::IOException::~IOException | ( | ) | throw () [inline, virtual] |
Definition at line 112 of file Exceptions.h.
| const char* bpp::Exception::what | ( | ) | const throw () [inline, inherited] |
Method to get the message of the exception (STL method redefinition).
Definition at line 86 of file Exceptions.h.
References bpp::Exception::message_.
std::string bpp::Exception::message_ [protected, inherited] |
Definition at line 60 of file Exceptions.h.
Referenced by bpp::Exception::what().