51RemoteExceptionBase::~RemoteExceptionBase()
55void RemoteExceptionBase::throwSelf()
const
60TRemoteExceptionBasePtr RemoteExceptionBase::clone()
const
62 TRemoteExceptionBasePtr copy(doClone());
63 const RemoteExceptionBase* other = copy.get();
64 if (
typeid(*other) !=
typeid(*
this))
66 std::cerr <<
"[LASS RUN MSG] UNDEFINED BEHAVIOUR WARNING: Cloned exception has been sliced from '"
67 <<
typeid(*this).name() <<
"' to '" <<
typeid(*other).name() <<
"'." << std::endl;
general utility, debug facilities, ...
Library for Assembled Shared Sources.