The MAUVE Toolchain
mauve::runtime::AllreadyDefinedState Struct Reference

Exception for Already Defined States. More...

#include <FiniteStateMachine.hpp>

Inheritance diagram for mauve::runtime::AllreadyDefinedState:
Collaboration diagram for mauve::runtime::AllreadyDefinedState:

Public Member Functions

 AllreadyDefinedState (std::string const &name) throw ()
 
virtual const char * what () const throw ()
 Exception explanation.
 

Public Attributes

const std::string name
 Exception name.
 

Detailed Description

Exception for Already Defined States.