Exception class thrown by all library classes. More...
#include <Exception.h>
Public Member Functions | |
Exception (const char *message) | |
Construct a new Exception. More... | |
const char * | what () const noexceptoverride |
Get the error message. More... | |
Private Attributes | |
std::string | _message |
The buffer where the message is stored. More... | |
Exception class thrown by all library classes.
Definition at line 12 of file libswarmio/include/swarmio/Exception.h.
|
inline |
Construct a new Exception.
message | Human readable error message |
Definition at line 29 of file libswarmio/include/swarmio/Exception.h.
|
inlineoverridenoexcept |
Get the error message.
Definition at line 37 of file libswarmio/include/swarmio/Exception.h.
|
private |
The buffer where the message is stored.
Definition at line 20 of file libswarmio/include/swarmio/Exception.h.