Package | Description |
---|---|
scriptella.configuration |
Classes and interfaces to parse script files.
|
scriptella.core |
Core classes for scripts execution.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<OnErrorEl> |
ScriptEl.onerrors |
Modifier and Type | Method and Description |
---|---|
java.util.List<OnErrorEl> |
ScriptEl.getOnerrorElements() |
Modifier and Type | Method and Description |
---|---|
void |
ScriptEl.setOnerrorElements(java.util.List<OnErrorEl> list) |
Modifier and Type | Method and Description |
---|---|
OnErrorEl |
OnErrorHandler.onError(java.lang.Throwable throwable)
Called on error to get a
OnErrorEl with fallback script. |
Copyright © Copyright 2006-2019 The Scriptella Project Team.