#include <Throwable.h>
Static Public Methods | |
template<class T> Throwable * | create (const T &x) |
|
Generate a Throwable object that will throw the parameter passed to this method when propogateException() is called on the resulting Throwable.
|