| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
ExecutionException |
ExecutionHandle.GetCompletionError()
Gets the completion error.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExecutionHandle.SetCompletionError(ExecutionException CompletionError)
Sets the completion error.
|
| Modifier and Type | Class and Description |
|---|---|
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
|
| Modifier and Type | Field and Description |
|---|---|
ExecutionException |
BoundaryHandler.Error |
| Modifier and Type | Field and Description |
|---|---|
ExecutionException |
BackgroundExecution.Error |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionException |
ExceptionUtils.FromXML(String XML) |
static ExecutionException |
ExceptionUtils.GetTransformedExecutionException(Exception ex) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ExceptionUtils.ToXML(ExecutionException ex) |
Copyright © 2014. All Rights Reserved.