![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <UtilExceptions.h>
Public Member Functions | |
| const std::string & | getTrace () const |
| get trace | |
| ProcessError () | |
| constructor | |
| ProcessError (const std::string &msg) | |
| parameter constructor | |
Private Member Functions | |
| void | processTrace () |
| process trace | |
Private Attributes | |
| std::string | myTrace |
| exception trace | |
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 39 of file UtilExceptions.h.
| ProcessError::ProcessError | ( | ) |
| ProcessError::ProcessError | ( | const std::string & | msg | ) |
| const std::string & ProcessError::getTrace | ( | ) | const |
|
private |
process trace
Definition at line 75 of file UtilExceptions.cpp.
References myTrace.
Referenced by ProcessError(), and ProcessError().
|
private |
exception trace
Definition at line 53 of file UtilExceptions.h.
Referenced by getTrace(), and processTrace().