Gobelijn API documentation
- generated for commit a0cbea7
|
#include <Exception.h>
Public Member Functions | |
SailingException (std::string m) | |
Constructor initializes message for the exception. More... | |
void | info () const override |
Get info. More... | |
![]() | |
MotionException (std::string m) | |
Constructor initializes message for the exception. 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 56 of file objtracer/Exception.h.
|
explicit |
Constructor initializes message for the exception.
Definition at line 36 of file Exception.cpp.
References COMP_MISC_MEMBER_TRACER.
|
overridevirtual |
Get info.
Reimplemented from ODemo::MotionException.
Definition at line 38 of file Exception.cpp.
References COMP_MISC_MEMBER_TRACER.
Referenced by app_exception().