|
A base class for aron exceptions. More...
#include <RobotAPI/libraries/aron/core/Exception.h>
Public Member Functions | |
AronException ()=delete | |
AronException (const std::string &prettymethod, const std::string &reason) | |
AronException (const std::string &prettymethod, const std::string &reason, const Path &path) | |
AronException & | operator() (const std::string &additionalMessage="") |
call operator to append a message to the exception. Used by ARMARX_CHECK_AND_THROW More... | |
A base class for aron exceptions.
All aron exceptions inherit from this class
Definition at line 36 of file Exception.h.
|
delete |
AronException | ( | const std::string & | prettymethod, |
const std::string & | reason | ||
) |
Definition at line 26 of file Exception.cpp.
AronException | ( | const std::string & | prettymethod, |
const std::string & | reason, | ||
const Path & | path | ||
) |
Definition at line 32 of file Exception.cpp.
armarx::aron::error::AronException & operator() | ( | const std::string & | additionalMessage = "" | ) |
call operator to append a message to the exception. Used by ARMARX_CHECK_AND_THROW
Definition at line 40 of file Exception.cpp.