A base class for aron exceptions.
More...
#include <RobotAPI/libraries/aron/core/Exception.h>
A base class for aron exceptions.
All aron exceptions inherit from this class
Definition at line 42 of file Exception.h.
◆ AronException() [1/3]
◆ AronException() [2/3]
AronException |
( |
const std::string & |
prettymethod, |
|
|
const std::string & |
reason |
|
) |
| |
|
inline |
◆ AronException() [3/3]
AronException |
( |
const std::string & |
prettymethod, |
|
|
const std::string & |
reason, |
|
|
const Path & |
path |
|
) |
| |
|
inline |
◆ operator()()
AronException& operator() |
( |
const std::string & |
additionalMessage = "" | ) |
|
|
inline |
call operator to append a message to the exception. Used by ARMARX_CHECK_AND_THROW
Definition at line 61 of file Exception.h.
The documentation for this class was generated from the following file: