Uses of Class
org.apache.maven.shared.scriptinterpreter.RunFailureException

Uses of RunFailureException in org.apache.maven.shared.scriptinterpreter
 

Subclasses of RunFailureException in org.apache.maven.shared.scriptinterpreter
 class RunErrorException
          Signals an error in a sub build run by the Invoker Plugin.
 

Methods in org.apache.maven.shared.scriptinterpreter that throw RunFailureException
 void ScriptRunner.run(String scriptDescription, File scriptFile, Map<String,? extends Object> context, ExecutionLogger logger, String stage, boolean failOnException)
          Runs the specified hook script.
 void ScriptRunner.run(String scriptDescription, File basedir, String relativeScriptPath, Map<String,? extends Object> context, ExecutionLogger logger, String stage, boolean failOnException)
          Runs the specified hook script.
 



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.