Uses of Class
gr.uoa.di.madgik.execution.exception.ExecutionException

Packages that use ExecutionException
gr.uoa.di.madgik.execution.engine   
gr.uoa.di.madgik.execution.exception   
gr.uoa.di.madgik.execution.plan.element.invocable   
gr.uoa.di.madgik.execution.utils   
 

Uses of ExecutionException in gr.uoa.di.madgik.execution.engine
 

Methods in gr.uoa.di.madgik.execution.engine that return ExecutionException
 ExecutionException ExecutionHandle.GetCompletionError()
          Gets the completion error.
 

Methods in gr.uoa.di.madgik.execution.engine with parameters of type ExecutionException
protected  void ExecutionHandle.SetCompletionError(ExecutionException CompletionError)
          Sets the completion error.
 

Uses of ExecutionException in gr.uoa.di.madgik.execution.exception
 

Subclasses of ExecutionException in gr.uoa.di.madgik.execution.exception
 class ExecutionBreakException
          The execution is stopped after a specific break execution directive
 class ExecutionCancelException
          The execution has been canceled
 class ExecutionEngineFullException
          The engine cannot hold a new plan submission
 class ExecutionInternalErrorException
          Internal error exception
 class ExecutionRunTimeException
          Run time exception.
 class ExecutionSerializationException
          Serialization exception
 class ExecutionValidationException
          Validation exception
 

Uses of ExecutionException in gr.uoa.di.madgik.execution.plan.element.invocable
 

Fields in gr.uoa.di.madgik.execution.plan.element.invocable declared as ExecutionException
 ExecutionException BoundaryHandler.Error
           
 

Uses of ExecutionException in gr.uoa.di.madgik.execution.utils
 

Fields in gr.uoa.di.madgik.execution.utils declared as ExecutionException
 ExecutionException BackgroundExecution.Error
           
 

Methods in gr.uoa.di.madgik.execution.utils that return ExecutionException
static ExecutionException ExceptionUtils.FromXML(String XML)
           
static ExecutionException ExceptionUtils.GetTransformedExecutionException(Exception ex)
           
 

Methods in gr.uoa.di.madgik.execution.utils with parameters of type ExecutionException
static String ExceptionUtils.ToXML(ExecutionException ex)
           
 



Copyright © 2012. All Rights Reserved.