| 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 List<OnErrorEl> |
ScriptEl.onerrors |
| Modifier and Type | Method and Description |
|---|---|
List<OnErrorEl> |
ScriptEl.getOnerrorElements() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptEl.setOnerrorElements(List<OnErrorEl> list) |
| Modifier and Type | Method and Description |
|---|---|
OnErrorEl |
OnErrorHandler.onError(Throwable throwable)
Called on error to get a
OnErrorEl with fallback script. |
Copyright © 2006-2012. All Rights Reserved.