SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ProcessError Class Reference

#include <UtilExceptions.h>

Inheritance diagram for ProcessError:
InvalidArgument IOError

Public Member Functions

 ProcessError ()
 
 ProcessError (const std::string &msg)
 

Detailed Description

ProcessError A general exception type that may be thrown when the process is no longer able to proceed due to any reason. The reason itself is mostly reported before throwing the exception

Definition at line 49 of file UtilExceptions.h.

Constructor & Destructor Documentation

ProcessError::ProcessError ( )
inline

constructor

Definition at line 52 of file UtilExceptions.h.

ProcessError::ProcessError ( const std::string &  msg)
inline

constructor

Definition at line 56 of file UtilExceptions.h.


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