Eclipse SUMO - Simulation of Urban MObility
ProcessError Class Reference

#include <UtilExceptions.h>

Inheritance diagram for ProcessError:
[legend]
Collaboration diagram for ProcessError:
[legend]

Public Member Functions

 ProcessError ()
 constructor More...
 
 ProcessError (const std::string &msg)
 constructor More...
 

Detailed Description

ProcessError The base class for all exceptions in SUMO. The reason itself can either be reported before throwing the exception or in the message parameter.

Definition at line 37 of file UtilExceptions.h.

Constructor & Destructor Documentation

◆ ProcessError() [1/2]

ProcessError::ProcessError ( )
inline

constructor

Definition at line 40 of file UtilExceptions.h.

◆ ProcessError() [2/2]

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

constructor

Definition at line 44 of file UtilExceptions.h.


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