ProcessError Class Reference

#include <UtilExceptions.h>

Inheritance diagram for ProcessError:

runtime_error IOError

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 59 of file UtilExceptions.h.


Public Member Functions

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

Constructor & Destructor Documentation

ProcessError::ProcessError (  )  [inline]

constructor

Definition at line 62 of file UtilExceptions.h.

00063             : std::runtime_error("Process Error") {}

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

constructor

Definition at line 66 of file UtilExceptions.h.

00067             : std::runtime_error(msg) {}


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

Generated on Wed May 5 00:06:59 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6