library of assembled shared sources |
http://lass.cocamware.com |
#include <exception.h>
Public Member Functions | |
virtual | ~RemoteExceptionBase () |
void | throwSelf () const |
std::auto_ptr < RemoteExceptionBase > | clone () const |
Private Member Functions | |
virtual void | doThrowSelf () const =0 |
virtual std::auto_ptr < RemoteExceptionBase > | doClone () const =0 |
Definition at line 74 of file exception.h.
virtual lass::util::experimental::RemoteExceptionBase::~RemoteExceptionBase | ( | ) | [inline, virtual] |
Definition at line 77 of file exception.h.
void lass::util::experimental::RemoteExceptionBase::throwSelf | ( | ) | const [inline] |
std::auto_ptr<RemoteExceptionBase> lass::util::experimental::RemoteExceptionBase::clone | ( | ) | const [inline] |
Definition at line 79 of file exception.h.
References lass::io::cerr(), and 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().
virtual void lass::util::experimental::RemoteExceptionBase::doThrowSelf | ( | ) | const [private, pure virtual] |
Implemented in lass::util::experimental::RemoteExceptionWrapper< LocalException >.
Referenced by throwSelf().
virtual std::auto_ptr<RemoteExceptionBase> lass::util::experimental::RemoteExceptionBase::doClone | ( | ) | const [private, pure virtual] |
Implemented in lass::util::experimental::RemoteExceptionWrapper< LocalException >.
Referenced by clone().
Generated on Mon Nov 10 14:22:17 2008 for Library of Assembled Shared Sources by 1.5.7.1 |