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