FSMgine
High-performance finite state machine library for C++17 with single-threaded and multi-threaded variants
Loading...
Searching...
No Matches
fsmgine::FSMStateNotFoundError Class Reference

Exception thrown when attempting to access a state that doesn't exist. More...

#include <FSM.hpp>

Inheritance diagram for fsmgine::FSMStateNotFoundError:
Collaboration diagram for fsmgine::FSMStateNotFoundError:

Public Member Functions

 FSMStateNotFoundError (const std::string &state)
 Constructs an exception for a missing state.
 

Detailed Description

Exception thrown when attempting to access a state that doesn't exist.

Constructor & Destructor Documentation

◆ FSMStateNotFoundError()

fsmgine::FSMStateNotFoundError::FSMStateNotFoundError ( const std::string &  state)
inlineexplicit

Constructs an exception for a missing state.

Parameters
stateThe name of the state that was not found

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