Gobelijn API documentation
- generated for commit a0cbea7
|
#include <Exception.h>
Public Member Functions | |
MotionException (std::string m) | |
Constructor initializes message for the exception. More... | |
void | info () const override |
Get info. More... | |
![]() | |
Exception (std::string m) | |
Constructor initializes message for the exception. More... | |
Exception (const Exception &e) | |
Copy constructor. More... | |
Exception (Exception &&e) noexcept | |
Move Constructor. More... | |
const char * | what () const noexceptoverride |
Return message text. More... | |
Definition at line 36 of file objtracer/Exception.h.
|
explicit |
Constructor initializes message for the exception.
Definition at line 28 of file Exception.cpp.
References COMP_MISC_MEMBER_TRACER.
|
overridevirtual |
Get info.
Reimplemented from ODemo::Exception.
Reimplemented in ODemo::SailingException.
Definition at line 30 of file Exception.cpp.
References COMP_MISC_MEMBER_TRACER.