SkillException Class Reference

A base class for skill exceptions. More...

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

+ Inheritance diagram for SkillException:

Public Member Functions

 SkillException ()=delete
 
 SkillException (const std::string &prettymethod, const std::string &reason)
 

Detailed Description

A base class for skill exceptions.

All skill exceptions inherit from this class

Definition at line 40 of file Exception.h.

Constructor & Destructor Documentation

◆ SkillException() [1/2]

SkillException ( )
delete

◆ SkillException() [2/2]

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

Definition at line 45 of file Exception.h.


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