Main Page   Namespace List   Class Hierarchy   Compound List   Namespace Members   Compound Members  

ThrowableFactory Class Reference

#include <Throwable.h>

List of all members.

Static Public Methods

template<class T> Throwablecreate (const T &x)


Detailed Description

Author:
Eric Crahen <crahen@cse.buffalo.edu>
Date:
<2002-06-04T08:47:37-0400>
Version:
2.2.0
The ThrowableFactory is used to create a Throwable wrappers for any exception whose type is known. This allows it to be transfered to the context of another thread.

See also:
Future , Throwable


Member Function Documentation

Throwable* create const T &    x [inline, static]
 

Generate a Throwable object that will throw the parameter passed to this method when propogateException() is called on the resulting Throwable.

Parameters:
x  object to throw


The documentation for this class was generated from the following file:
Generated on Tue Aug 27 07:43:15 2002 for ZThread by doxygen1.2.17