charon-core  0.3.1
ExceptionHandler.h File Reference

Declaration of class WorkflowExecutor. More...

Include dependency graph for ExceptionHandler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ExceptionHandler
 Routine to simplify exception handling during workflow executions.
 

Functions

charon_plugins_DLL_PUBLIC int ExceptionHandler::checkRaise (void(&method)())
 execute given function and return EXIT_SUCCESS on exception catch More...
 
charon_plugins_DLL_PUBLIC int ExceptionHandler::run (int(&method)())
 Execute given function and catch exceptions. More...
 
charon_plugins_DLL_PUBLIC int ExceptionHandler::run (void(&method)())
 Execute given function and catch exceptions. More...
 

Detailed Description

Author
Jens-Malte Gottfried
Date
2010-02-11

Definition in file ExceptionHandler.h.