#include <CarobException.hpp>
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. |
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::wstring CarobNS::StackTraceElement::toWString | ( | ) | const |
Provides a string representation of the element.