Menge
Modular Pedestrian Simulation Framework for Research and Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
Menge::SceneGraph::SystemStopException Class Reference

Exception class for indicating that a system is done. More...

#include <System.h>

Inheritance diagram for Menge::SceneGraph::SystemStopException:
Menge::MengeException

Public Member Functions

 SystemStopException ()
 Default constructor.
 
- Public Member Functions inherited from Menge::MengeException
 MengeException ()
 Default constructor.
 
 MengeException (const std::string &s)
 Constructor with message. More...
 
 ~MengeException () throw ()
 Destructor.
 
virtual const char * what () const throw ()
 Provides the exception message. More...
 

Additional Inherited Members

- Public Attributes inherited from Menge::MengeException
std::string _msg
 The exception message.
 

Detailed Description

Exception class for indicating that a system is done.

When a system will no longer change the the scene with calls to System::updateScene, it throws the SystemStopException. The caller is responsible for catching and reacting appropriately.


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