|
The ValueNotValidException class. More...
#include <RobotAPI/libraries/aron/core/Exception.h>
Public Member Functions | |
ValueNotValidException ()=delete | |
ValueNotValidException (const std::string &prettymethod, const std::string &reason, const std::string &input) | |
ValueNotValidException (const std::string &prettymethod, const std::string &reason, const std::string &input, const Path &path) | |
ValueNotValidException (const std::string &prettymethod, const std::string &reason, const std::string &input, const std::string &expectation) | |
ValueNotValidException (const std::string &prettymethod, const std::string &reason, const std::string &input, const std::string &expectation, 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 ValueNotValidException class.
Only takes strings as input (convert before)
Definition at line 98 of file Exception.h.
|
delete |
ValueNotValidException | ( | const std::string & | prettymethod, |
const std::string & | reason, | ||
const std::string & | input | ||
) |
Definition at line 97 of file Exception.cpp.
ValueNotValidException | ( | const std::string & | prettymethod, |
const std::string & | reason, | ||
const std::string & | input, | ||
const Path & | path | ||
) |
Definition at line 104 of file Exception.cpp.
ValueNotValidException | ( | const std::string & | prettymethod, |
const std::string & | reason, | ||
const std::string & | input, | ||
const std::string & | expectation | ||
) |
Definition at line 112 of file Exception.cpp.
ValueNotValidException | ( | const std::string & | prettymethod, |
const std::string & | reason, | ||
const std::string & | input, | ||
const std::string & | expectation, | ||
const Path & | path | ||
) |
Definition at line 121 of file Exception.cpp.