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.

Friends

std::wostream & operator<< (std::wostream &oss, const StackTraceElement &ste)
 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


Friends And Related Function Documentation

std::wostream& operator<< ( std::wostream &  oss,
const StackTraceElement ste 
) [friend]

Provides a string representation of the element.

Parameters:
oss stream to write to
ste stack trace element to be printed
Returns:
given stream printed with all members formated in a single string


The documentation for this struct was generated from the following file:
Generated on Fri Mar 9 17:40:20 2007 for Carob by  doxygen 1.4.7