|
|
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) | |
Indicates that a skill was not found, e.g., by the skill manager.
Definition at line 45 of file Exception.h.
|
delete |
| SkillNotFoundException | ( | const std::string & | prettymethod, |
| const std::string & | reason | ||
| ) |
Definition at line 10 of file Exception.cpp.