![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <UtilExceptions.h>
Public Member Functions | |
| const std::string & | getTrace () const |
| get trace | |
| InvalidArgument (const std::string &message) | |
| constructor | |
Private Member Functions | |
| void | processTrace () |
| process trace | |
Private Attributes | |
| std::string | myTrace |
| exception trace | |
InvalidArgument Thrown when an argument was not proper in the current context. A message will be supplied.
Definition at line 65 of file UtilExceptions.h.
| InvalidArgument::InvalidArgument | ( | const std::string & | message | ) |
constructor
Definition at line 91 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().