|
bpp-core
2.2.0
|
#include <Bpp/Exceptions.h>
Inheritance diagram for bpp::Exception:
Collaboration diagram for bpp::Exception:Public Member Functions | |
| Exception (const char *text) | |
| Build a new Exception. More... | |
| Exception (const std::string &text) | |
| Build a new Exception. More... | |
| virtual | ~Exception () throw () |
| const char * | what () const throw () |
| Method to get the message of the exception (STL method redefinition). More... | |
Protected Attributes | |
| std::string | message_ |
Exception base class.
Overload exception constructor (to control the exceptions mechanism).
Definition at line 57 of file Exceptions.h.
|
inline |
Build a new Exception.
| text | A message to be passed to the exception hierarchy. |
Definition at line 69 of file Exceptions.h.
|
inline |
Build a new Exception.
| text | A message to be passed to the exception hierarchy. |
Definition at line 76 of file Exceptions.h.
|
inlinevirtual | |||||||||||||
Definition at line 78 of file Exceptions.h.
|
inline | |||||||||||||
Method to get the message of the exception (STL method redefinition).
Definition at line 87 of file Exceptions.h.
References message_.
|
protected |
Definition at line 61 of file Exceptions.h.
Referenced by what().