library of assembled shared sources |
http://lass.cocamware.com |
#include <exception.h>
Public Member Functions | |
RemoteExceptionWrapper (const LocalException &e) | |
~RemoteExceptionWrapper () throw () | |
void | throwSelf () const |
std::auto_ptr < RemoteExceptionBase > | clone () const |
Private Member Functions | |
void | doThrowSelf () const |
std::auto_ptr < RemoteExceptionBase > | doClone () const |
Definition at line 95 of file exception.h.
lass::util::experimental::RemoteExceptionWrapper< LocalException >::RemoteExceptionWrapper | ( | const LocalException & | e | ) | [inline] |
Definition at line 100 of file exception.h.
lass::util::experimental::RemoteExceptionWrapper< LocalException >::~RemoteExceptionWrapper | ( | ) | throw () [inline] |
Definition at line 101 of file exception.h.
void lass::util::experimental::RemoteExceptionWrapper< LocalException >::doThrowSelf | ( | ) | const [inline, private, virtual] |
Implements lass::util::experimental::RemoteExceptionBase.
Definition at line 103 of file exception.h.
std::auto_ptr<RemoteExceptionBase> lass::util::experimental::RemoteExceptionWrapper< LocalException >::doClone | ( | ) | const [inline, private, virtual] |
Implements lass::util::experimental::RemoteExceptionBase.
Definition at line 104 of file exception.h.
void lass::util::experimental::RemoteExceptionBase::throwSelf | ( | ) | const [inline, inherited] |
Definition at line 78 of file exception.h.
References lass::util::experimental::RemoteExceptionBase::doThrowSelf().
std::auto_ptr<RemoteExceptionBase> lass::util::experimental::RemoteExceptionBase::clone | ( | ) | const [inline, inherited] |
Definition at line 79 of file exception.h.
References lass::io::cerr(), and lass::util::experimental::RemoteExceptionBase::doClone().
Referenced by lass::util::ThreadPool< TaskType, ConsumerType, IdlePolicy, ParticipationPolicy >::ConsumerThread::doRun(), lass::util::experimental::Future< T >::error(), lass::util::impl::ThreadInternal::startThread(), and lass::util::impl::ThreadInternal::staticThreadStart().
Generated on Mon Nov 10 14:22:17 2008 for Library of Assembled Shared Sources by 1.5.7.1 |