#include <callback_decls.h>
Inheritance diagram for ExceptionCallback< T >:
Public Member Functions | |
ExceptionCallback (T ex) | |
Constructs an ExceptionCallback that throws ex when invoked. | |
void | run () |
This method takes action when the Callback is to be run. |
ExceptionCallback< T >::ExceptionCallback | ( | T | ex | ) | [inline] |
Constructs an ExceptionCallback that throws ex when invoked.
ex | is the exception to throw |
void ExceptionCallback< T >::run | ( | ) | [inline, virtual] |