SkillNotFoundException Class Reference

Indicates that a skill was not found, e.g., by the skill manager. More...

#include <RobotAPI/libraries/skills/core/error/Exception.h>

+ Inheritance diagram for SkillNotFoundException:

Public Member Functions

 SkillNotFoundException ()=delete
 
 SkillNotFoundException (const std::string &prettymethod, const std::string &reason)
 
- Public Member Functions inherited from SkillException
 SkillException ()=delete
 
 SkillException (const std::string &prettymethod, const std::string &reason)
 

Detailed Description

Indicates that a skill was not found, e.g., by the skill manager.

Definition at line 54 of file Exception.h.

Constructor & Destructor Documentation

◆ SkillNotFoundException() [1/2]

◆ SkillNotFoundException() [2/2]

SkillNotFoundException ( const std::string &  prettymethod,
const std::string &  reason 
)
inline

Definition at line 59 of file Exception.h.


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