![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <UtilExceptions.h>
Public Member Functions | |
| BoolFormatException (const std::string &data) | |
| constructor | |
| const std::string & | getTrace () const |
| get trace | |
Private Member Functions | |
| void | processTrace () |
| process trace | |
Private Attributes | |
| std::string | myTrace |
| exception trace | |
BoolFormatException Thrown when the string that shall be converted into a boolean does not match
Definition at line 130 of file UtilExceptions.h.
| BoolFormatException::BoolFormatException | ( | const std::string & | data | ) |
constructor
Definition at line 131 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().