#include <CarobException.hpp>
Inheritance diagram for CarobNS::ControllerException:
Public Member Functions | |
ControllerException (std::wstring s) | |
Constructs a ControllerException with the given message. | |
ControllerException (const DriverSocket &sock) | |
De-serializes a ControllerException from the given stream. |
CarobNS::ControllerException::ControllerException | ( | std::wstring | s | ) | [inline] |
Constructs a ControllerException with the given message.
s | error message of the exception |
CarobNS::ControllerException::ControllerException | ( | const DriverSocket & | sock | ) | [inline] |
De-serializes a ControllerException from the given stream.
sock | driver socket from which to deserialize exception |