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
|
| |
The ValueNotValidException class.
Only takes strings as input (convert before)
Definition at line 98 of file Exception.h.
◆ ValueNotValidException() [1/5]
◆ ValueNotValidException() [2/5]
| ValueNotValidException |
( |
const std::string & | prettymethod, |
|
|
const std::string & | reason, |
|
|
const std::string & | input ) |
◆ ValueNotValidException() [3/5]
| ValueNotValidException |
( |
const std::string & | prettymethod, |
|
|
const std::string & | reason, |
|
|
const std::string & | input, |
|
|
const Path & | path ) |
◆ ValueNotValidException() [4/5]
| ValueNotValidException |
( |
const std::string & | prettymethod, |
|
|
const std::string & | reason, |
|
|
const std::string & | input, |
|
|
const std::string & | expectation ) |
◆ ValueNotValidException() [5/5]
| ValueNotValidException |
( |
const std::string & | prettymethod, |
|
|
const std::string & | reason, |
|
|
const std::string & | input, |
|
|
const std::string & | expectation, |
|
|
const Path & | path ) |
The documentation for this class was generated from the following files: