![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <UtilExceptions.h>
Public Member Functions | |
| const std::string & | getTrace () const |
| get trace | |
| OutOfBoundsException () | |
| constructor (default message: "Out Of Bounds") | |
| OutOfBoundsException (const std::string &msg) | |
| constructor | |
Private Member Functions | |
| void | processTrace () |
| process trace | |
Private Attributes | |
| std::string | myTrace |
| exception trace | |
OutOfBoundsException Thrown when an array element out of the array's bounderies is accessed
Definition at line 142 of file UtilExceptions.h.
| OutOfBoundsException::OutOfBoundsException | ( | ) |
constructor (default message: "Out Of Bounds")
Definition at line 140 of file UtilExceptions.cpp.
| OutOfBoundsException::OutOfBoundsException | ( | const std::string & | msg | ) |
constructor
Definition at line 145 of file UtilExceptions.cpp.
|
inherited |
|
privateinherited |
process trace
Definition at line 76 of file UtilExceptions.cpp.
References ProcessError::myTrace.
Referenced by ProcessError::ProcessError(), and ProcessError::ProcessError().
|
privateinherited |
exception trace
Definition at line 52 of file UtilExceptions.h.
Referenced by ProcessError::getTrace(), and ProcessError::processTrace().