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 34 of file Exception.h.

Constructor & Destructor Documentation

◆ SkillException() [1/2]

SkillException ( )
delete
+ Here is the caller graph for this function:

◆ SkillException() [2/2]

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

Definition at line 4 of file Exception.cpp.


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