The AronNotValidException class.
More...
#include <RobotAPI/libraries/aron/core/Exception.h>
|
| | 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
|
| |
The AronNotValidException class.
Takes a dto object as input
Definition at line 71 of file Exception.h.
◆ AronNotValidException() [1/5]
◆ AronNotValidException() [2/5]
| AronNotValidException |
( |
const std::string & | prettymethod, |
|
|
const std::string & | reason, |
|
|
const data::dto::GenericDataPtr & | data ) |
◆ AronNotValidException() [3/5]
| AronNotValidException |
( |
const std::string & | prettymethod, |
|
|
const std::string & | reason, |
|
|
const data::dto::GenericDataPtr & | data, |
|
|
const Path & | path ) |
◆ AronNotValidException() [4/5]
| AronNotValidException |
( |
const std::string & | prettymethod, |
|
|
const std::string & | reason, |
|
|
const type::dto::GenericTypePtr & | type ) |
◆ AronNotValidException() [5/5]
| AronNotValidException |
( |
const std::string & | prettymethod, |
|
|
const std::string & | reason, |
|
|
const type::dto::GenericTypePtr & | type, |
|
|
const Path & | path ) |
The documentation for this class was generated from the following files: