The ValueNotValidException class.
More...
#include <RobotAPI/libraries/aron/core/Exception.h>
|
| 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 145 of file Exception.h.
◆ ValueNotValidException() [1/5]
◆ ValueNotValidException() [2/5]
ValueNotValidException |
( |
const std::string & |
prettymethod, |
|
|
const std::string & |
reason, |
|
|
const std::string & |
input |
|
) |
| |
|
inline |
◆ ValueNotValidException() [3/5]
ValueNotValidException |
( |
const std::string & |
prettymethod, |
|
|
const std::string & |
reason, |
|
|
const std::string & |
input, |
|
|
const Path & |
path |
|
) |
| |
|
inline |
◆ ValueNotValidException() [4/5]
ValueNotValidException |
( |
const std::string & |
prettymethod, |
|
|
const std::string & |
reason, |
|
|
const std::string & |
input, |
|
|
const std::string & |
expectation |
|
) |
| |
|
inline |
◆ ValueNotValidException() [5/5]
ValueNotValidException |
( |
const std::string & |
prettymethod, |
|
|
const std::string & |
reason, |
|
|
const std::string & |
input, |
|
|
const std::string & |
expectation, |
|
|
const Path & |
path |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: