|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OnErrorEl | |
|---|---|
| scriptella.configuration | Classes and interfaces to parse script files. |
| scriptella.core | Core classes for scripts execution. |
| Uses of OnErrorEl in scriptella.configuration |
|---|
| Fields in scriptella.configuration with type parameters of type OnErrorEl | |
|---|---|
protected java.util.List<OnErrorEl> |
ScriptEl.onerrors
|
| Methods in scriptella.configuration that return types with arguments of type OnErrorEl | |
|---|---|
java.util.List<OnErrorEl> |
ScriptEl.getOnerrorElements()
|
| Method parameters in scriptella.configuration with type arguments of type OnErrorEl | |
|---|---|
void |
ScriptEl.setOnerrorElements(java.util.List<OnErrorEl> list)
|
| Uses of OnErrorEl in scriptella.core |
|---|
| Methods in scriptella.core that return OnErrorEl | |
|---|---|
OnErrorEl |
OnErrorHandler.onError(java.lang.Throwable throwable)
Called on error to get a OnErrorEl with fallback script. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||