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