CarobNS::BackendException Class Reference

Exception thrown by a backend and serialized by the controller over the socket. More...

#include <CarobException.hpp>

Inheritance diagram for CarobNS::BackendException:

CarobNS::CarobException List of all members.

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.

Detailed Description

Exception thrown by a backend and serialized by the controller over the socket.


Constructor & Destructor Documentation

CarobNS::BackendException::BackendException ( std::wstring  s  )  [inline]

Constructs a BackendException with the given message.

Parameters:
s error message of the exception

CarobNS::BackendException::BackendException ( const DriverSocket sock  )  throw (SocketIOException, UnexpectedException) [inline]

De-serializes a BackendException from the given stream.

Parameters:
sock driver socket from which to deserialize exception


The documentation for this class was generated from the following file:
Generated on Tue Oct 24 09:05:38 2006 for Carob by  doxygen 1.5.0