#include <FsmFailedEvent.h>
Public Member Functions | |
std::string | errorMessage () |
FsmFailedEvent (const std::string &errorMessage, void *originator=0) | |
Private Attributes | |
std::string | errorMessage_ |
Definition at line 12 of file FsmFailedEvent.h.
FsmFailedEvent::FsmFailedEvent | ( | const std::string & | errorMessage, |
void * | originator = 0 |
||
) |
|
inline |
Definition at line 23 of file FsmFailedEvent.h.
References errorMessage_.
Referenced by Vispa.Main.Application.Application::_loadPlugins(), evf::StateMachine::failed(), FsmFailedEvent(), Vispa.Main.Application.Application::openFile(), and ConfigToolBase.ConfigToolBase::typeError().
|
private |
Definition at line 30 of file FsmFailedEvent.h.
Referenced by errorMessage(), and FsmFailedEvent().