CMS 3D CMS Logo

evf::FsmFailedEvent Class Reference

#include <EventFilter/Utilities/interface/FsmFailedEvent.h>

List of all members.

Public Member Functions

std::string errorMessage ()
 FsmFailedEvent (const std::string &errorMessage, void *originator=0)

Private Attributes

std::string errorMessage_


Detailed Description

Definition at line 12 of file FsmFailedEvent.h.


Constructor & Destructor Documentation

evf::FsmFailedEvent::FsmFailedEvent ( const std::string &  errorMessage,
void originator = 0 
)


Member Function Documentation

std::string evf::FsmFailedEvent::errorMessage (  )  [inline]

Definition at line 23 of file FsmFailedEvent.h.

References errorMessage_.

Referenced by evf::StateMachine::failed().

00023 { return errorMessage_; }


Member Data Documentation

std::string evf::FsmFailedEvent::errorMessage_ [private]

Definition at line 30 of file FsmFailedEvent.h.

Referenced by errorMessage().


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:46:47 2009 for CMSSW by  doxygen 1.5.4