Uses of Class
org.globus.cog.karajan.workflow.futures.FutureEvaluationException

Packages that use FutureEvaluationException
org.globus.cog.karajan.workflow.futures   
 

Uses of FutureEvaluationException in org.globus.cog.karajan.workflow.futures
 

Methods in org.globus.cog.karajan.workflow.futures with parameters of type FutureEvaluationException
 void ForwardArgumentFuture.fail(FutureEvaluationException e)
           
 void Future.fail(FutureEvaluationException e)
          Signal to any threads waiting on this future that the evaluation of the future has failed.
 void FutureNamedArgument.fail(FutureEvaluationException e)
           
 void FutureVariableArguments.fail(FutureEvaluationException e)
           
 void FutureVariableArguments.Iterator.fail(FutureEvaluationException e)