|
The AronNotValidException class. More...
#include <RobotAPI/libraries/aron/core/Exception.h>
Public Member Functions | |
AronNotValidException ()=delete | |
AronNotValidException (const std::string &prettymethod, const std::string &reason, const data::dto::GenericDataPtr &data) | |
AronNotValidException (const std::string &prettymethod, const std::string &reason, const data::dto::GenericDataPtr &data, const Path &path) | |
AronNotValidException (const std::string &prettymethod, const std::string &reason, const type::dto::GenericTypePtr &type) | |
AronNotValidException (const std::string &prettymethod, const std::string &reason, const type::dto::GenericTypePtr &type, const Path &path) | |
![]() | |
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... | |
The AronNotValidException class.
Takes a dto object as input
Definition at line 71 of file Exception.h.
|
delete |
AronNotValidException | ( | const std::string & | prettymethod, |
const std::string & | reason, | ||
const data::dto::GenericDataPtr & | data | ||
) |
Definition at line 63 of file Exception.cpp.
AronNotValidException | ( | const std::string & | prettymethod, |
const std::string & | reason, | ||
const data::dto::GenericDataPtr & | data, | ||
const Path & | path | ||
) |
Definition at line 71 of file Exception.cpp.
AronNotValidException | ( | const std::string & | prettymethod, |
const std::string & | reason, | ||
const type::dto::GenericTypePtr & | type | ||
) |
Definition at line 80 of file Exception.cpp.
AronNotValidException | ( | const std::string & | prettymethod, |
const std::string & | reason, | ||
const type::dto::GenericTypePtr & | type, | ||
const Path & | path | ||
) |
Definition at line 88 of file Exception.cpp.