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::Agents::AgentImplementationException Class Reference

Special agent exception - used for non-implemented functionality. More...

#include <BaseAgent.h>

Inheritance diagram for Menge::Agents::AgentImplementationException:
Menge::Agents::AgentFatalException Menge::Agents::AgentException Menge::MengeFatalException Menge::MengeException Menge::MengeException

Public Member Functions

 AgentImplementationException ()
 Default constructor.
 
 AgentImplementationException (const std::string &s)
 Constructor with message. More...
 
- Public Member Functions inherited from Menge::Agents::AgentFatalException
 AgentFatalException ()
 Default constructor.
 
 AgentFatalException (const std::string &s)
 Constructor with message. More...
 
- Public Member Functions inherited from Menge::Agents::AgentException
 AgentException ()
 Default constructor.
 
 AgentException (const std::string &s)
 Constructor with message. More...
 
- 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...
 
- Public Member Functions inherited from Menge::MengeFatalException
 MengeFatalException ()
 Default constructor.
 
 MengeFatalException (const std::string &s)
 Constructor with message. More...
 

Additional Inherited Members

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

Detailed Description

Special agent exception - used for non-implemented functionality.

Constructor & Destructor Documentation

Menge::Agents::AgentImplementationException::AgentImplementationException ( const std::string &  s)
inline

Constructor with message.

Parameters
sThe exception-specific message.

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