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::SCBException Class Reference

Base exception class for scb writers. More...

#include <SCBWriter.h>

Inheritance diagram for Menge::Agents::SCBException:
Menge::MengeException Menge::Agents::SCBFatalException Menge::Agents::SCBFileException Menge::Agents::SCBVersionException

Public Member Functions

 SCBException ()
 Default constructor.
 
 SCBException (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...
 

Additional Inherited Members

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

Detailed Description

Base exception class for scb writers.

Constructor & Destructor Documentation

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

Constructor with message.

Parameters
sThe exception-specific message.

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