Exception |
Description |
AbortOperationException
|
Abort the current operation execution |
AbortRunException
|
Exception thrown when execution is aborted by a failing process |
AbortSignalException
|
Adaptor exception to wrap a termination signal |
ConfigParseException
|
Exception thrown when it failed to parse the configuration file |
DuplicateChannelNameException
|
Exception thrown when one more than one channel is labeled
with the same name |
DuplicateModuleIncludeException
|
Exception thrown when is included in a script more than
a module component with the same name |
DuplicateProcessInvocation
|
Thrown when the same process is invoke more than one
time in the same woekflow scope |
FailedGuardException
|
Exception thrown when a task guard condition e.g. |
IllegalConfigException
|
Exception thrown when container configuration options
are invalid |
IllegalDirectiveException
|
Exception throw |
IllegalFileException
|
Exception thrown when a process tries to output a file out located
out of it's working directory |
IllegalInvocationException
|
Exception thrown when a module component is invoked
in a wrong context eg when invoking a process outside a workflow scope |
IllegalModulePath
|
Exception thrown when an illegal module path is specified |
MissingFileException
|
An expected result file is missing |
MissingLibraryException
|
An expected result file is missing |
MissingModuleComponentException
|
Exception thrown when a module component cannot be found |
MissingValueException
|
An expected result file is missing |
ProcessException
|
Base class for process execution errors |
ProcessFailedException
|
Thrown when a process script terminates by an error condition |
ProcessStageException
|
Exception thrown when an error is raised during the process file staging phase |
ProcessSubmitException
|
Exception thrown if the process submission returns an error |
ProcessTemplateException
|
Exception raised the it is not possible to find the process template file |
ProcessUnrecoverableException
|
Exception thrown when a process contains an error
not recoverable e.g. script compilation error, invalid
resource request, etc. |
ScriptCompilationException
|
Exception thrown when a script parsing fails due to
compilation errors |
ScriptRuntimeException
|
Thrown when there a non recoverable execution execution
due to a malformed process invocation or other generic
script syntax problem |
StopSplitIterationException
|
Stop the split iteration. |