#include <CarobException.hpp>
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. |
CarobNS::StackTraceElement::StackTraceElement | ( | const DriverSocket & | ds | ) | throw (SocketIOException, UnexpectedException) |
Create a stacktrace element by deserialization from the given socket.
ds | the socket from which to deserialize element |
SocketIOException | in case of problem on the socket |
std::wostream& operator<< | ( | std::wostream & | oss, | |
const StackTraceElement & | ste | |||
) | [friend] |
Provides a string representation of the element.
oss | stream to write to | |
ste | stack trace element to be printed |