CarobNS::StackTraceElement Struct Reference

Map of the Java stack trace element contained in an exception (actually a CarobException). More...

#include <CarobException.hpp>

List of all members.

Public Member Functions

 StackTraceElement (const DriverSocket &ds) throw (SocketIOException, UnexpectedException)
 Create a stacktrace element by deserialization from the given socket.
std::wstring toWString () const
 Provides a string representation of the element.


Detailed Description

Map of the Java stack trace element contained in an exception (actually a CarobException).


Constructor & Destructor Documentation

CarobNS::StackTraceElement::StackTraceElement ( const DriverSocket ds  )  throw (SocketIOException, UnexpectedException)

Create a stacktrace element by deserialization from the given socket.

Parameters:
ds the socket from which to deserialize element
Exceptions:
SocketIOException in case of problem on the socket


Member Function Documentation

std::wstring CarobNS::StackTraceElement::toWString (  )  const

Provides a string representation of the element.

Returns:
all members formated in a single string


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