AronNotValidException Class Reference

The AronNotValidException class. More...

#include <RobotAPI/libraries/aron/core/Exception.h>

+ Inheritance diagram for AronNotValidException:

Public Member Functions

 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)
 
- Public Member Functions inherited from AronException
 AronException ()=delete
 
 AronException (const std::string &prettymethod, const std::string &reason)
 
 AronException (const std::string &prettymethod, const std::string &reason, const Path &path)
 
AronExceptionoperator() (const std::string &additionalMessage="")
 call operator to append a message to the exception. Used by ARMARX_CHECK_AND_THROW
 

Detailed Description

The AronNotValidException class.

Takes a dto object as input

Definition at line 71 of file Exception.h.

Constructor & Destructor Documentation

◆ AronNotValidException() [1/5]

◆ AronNotValidException() [2/5]

AronNotValidException ( const std::string & prettymethod,
const std::string & reason,
const data::dto::GenericDataPtr & data )

Definition at line 63 of file Exception.cpp.

+ Here is the call graph for this function:

◆ AronNotValidException() [3/5]

AronNotValidException ( const std::string & prettymethod,
const std::string & reason,
const data::dto::GenericDataPtr & data,
const Path & path )

Definition at line 71 of file Exception.cpp.

+ Here is the call graph for this function:

◆ AronNotValidException() [4/5]

AronNotValidException ( const std::string & prettymethod,
const std::string & reason,
const type::dto::GenericTypePtr & type )

Definition at line 80 of file Exception.cpp.

+ Here is the call graph for this function:

◆ AronNotValidException() [5/5]

AronNotValidException ( const std::string & prettymethod,
const std::string & reason,
const type::dto::GenericTypePtr & type,
const Path & path )

Definition at line 88 of file Exception.cpp.

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: