#include <Exception.hpp>
Public Member Functions | |
Exception (const char *msg) | |
Needed for rb_raise support in swig. | |
Exception (const Exception &)=default | |
Exception (const std::string &msg) | |
Constructor takes a message. | |
Exception (Exception &&)=default | |
virtual const std::string & | message () const |
return the message | |
Exception & | operator= (const Exception &)=default |
Exception & | operator= (Exception &&)=default |
virtual const char * | what () const noexcept override |
return the message | |
virtual | ~Exception () noexcept override=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