![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <UtilExceptions.h>
Public Member Functions | |
| const std::string & | getTrace () const |
| get trace | |
| UnknownElement () | |
| constructor | |
| UnknownElement (const std::string &msg) | |
| constructor | |
Private Member Functions | |
| void | processTrace () |
| process trace | |
Private Attributes | |
| std::string | myTrace |
| exception trace | |
UnknownElement Thrown when a named element is tried to be accessed which is not known to the container
Definition at line 156 of file UtilExceptions.h.
| UnknownElement::UnknownElement | ( | ) |
constructor
Definition at line 148 of file UtilExceptions.cpp.
| UnknownElement::UnknownElement | ( | const std::string & | msg | ) |
constructor
Definition at line 153 of file UtilExceptions.cpp.
|
inherited |
|
privateinherited |
process trace
Definition at line 75 of file UtilExceptions.cpp.
References ProcessError::myTrace.
Referenced by ProcessError::ProcessError(), and ProcessError::ProcessError().
|
privateinherited |
exception trace
Definition at line 53 of file UtilExceptions.h.
Referenced by ProcessError::getTrace(), and ProcessError::processTrace().