A base class for skill exceptions.
More...
#include <RobotAPI/libraries/skills/core/error/FluxioException.h>
|
void | addToContext (const std::optional< std::string > &contextItem=std::nullopt, const std::optional< std::string > &className=std::nullopt, const std::optional< std::string > &methodName=std::nullopt, const std::optional< int > &line=std::nullopt) |
|
| FluxioException ()=delete |
|
| FluxioException (const std::string &message, const FluxioExceptionType &type, const std::vector< std::string > &contextList={}) |
|
skills::manager::dto::FluxioException | toManagerIce () const |
|
A base class for skill exceptions.
All skill exceptions inherit from this class
Definition at line 24 of file FluxioException.h.
◆ FluxioException() [1/2]
◆ FluxioException() [2/2]
◆ addToContext()
void addToContext |
( |
const std::optional< std::string > & |
contextItem = std::nullopt , |
|
|
const std::optional< std::string > & |
className = std::nullopt , |
|
|
const std::optional< std::string > & |
methodName = std::nullopt , |
|
|
const std::optional< int > & |
line = std::nullopt |
|
) |
| |
◆ create()
◆ FluxioExceptionTypeToString()
◆ toManagerIce()
skills::manager::dto::FluxioException toManagerIce |
( |
| ) |
const |
The documentation for this class was generated from the following files: