bpp-core3
3.0.0
|
The base class exception for IO error. More...
#include <Bpp/Exceptions.h>
Public Member Functions | |
IOException (std::string text) | |
Build a new IOException. More... | |
const char * | what () const noexcept override |
Method to get the message of the exception (STL method redefinition). More... | |
const std::string & | message () const noexcept |
Access the message as a std::string. More... | |
The base class exception for IO error.
Definition at line 42 of file Exceptions.h.
bpp::IOException::IOException | ( | std::string | text | ) |
Build a new IOException.
text | A message to be passed to the exception hierarchy. |
Definition at line 81 of file Exceptions.cpp.
|
noexceptinherited |
Access the message as a std::string.
Definition at line 79 of file Exceptions.cpp.
References bpp::Exception::message_.
|
overridenoexceptinherited |
Method to get the message of the exception (STL method redefinition).
Definition at line 78 of file Exceptions.cpp.
References bpp::Exception::message_.