#include <Exception.hpp>
Public Member Functions | |
Exception (const std::string &msg) | |
Constructor takes a message. More... | |
Exception (const char *msg) | |
Needed for rb_raise support in swig. More... | |
Exception (const Exception &)=default | |
Exception (Exception &&)=default | |
virtual const std::string & | message () const |
return the message More... | |
Exception & | operator= (const Exception &)=default |
Exception & | operator= (Exception &&)=default |
virtual const char * | what () const noexceptoverride |
return the message More... | |
virtual | ~Exception () noexceptoverride=default |
Base class for exceptions.
|
inline |
Constructor takes a message.
|
inline |
Needed for rb_raise support in swig.
|
default |
|
default |
|
overridevirtualdefaultnoexcept |
|
inlinevirtual |
return the message
|
inlineoverridevirtualnoexcept |
return the message