#include <TraCIException.h>
Definition at line 45 of file TraCIException.h.
Public Member Functions | |
| TraCIException (std::string what) | |
| std::string | what () const |
Private Attributes | |
| std::string | what_ |
| traci::TraCIException::TraCIException | ( | std::string | what | ) | [inline] |
| std::string traci::TraCIException::what | ( | ) | const [inline] |
Definition at line 52 of file TraCIException.h.
References what_.
Referenced by traci::TraCIServer::commandDistanceRequest(), traci::TraCIServer::commandPositionConversion(), traci::TraCIServer::commandScenario(), and traci::TraCIServer::processCommandsUntilSimStep().
00052 { 00053 return what_; 00054 }
std::string traci::TraCIException::what_ [private] |
1.5.6