Uses of Class
scriptella.configuration.OnErrorEl

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.
 



Copyright © Copyright 2006-2009 The Scriptella Project Team.