org.codehaus.groovy.grails.cli
Class ScriptNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.groovy.grails.cli.ScriptNotFoundException
- All Implemented Interfaces:
- Serializable
public class ScriptNotFoundException
- extends RuntimeException
Exception thrown when Grails is asked to execute a script that it
can't find.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ScriptNotFoundException
public ScriptNotFoundException(String scriptName)
ScriptNotFoundException
public ScriptNotFoundException(String scriptName,
String message,
Throwable cause)
ScriptNotFoundException
public ScriptNotFoundException(String scriptName,
Throwable cause)
getScriptName
public String getScriptName()
Copyright (c) 2005-2009 The Grails project