org.codehaus.griffon.cli
[Java] Class ScriptNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.griffon.cli.ScriptNotFoundException
public class ScriptNotFoundException
extends RuntimeException
Exception thrown when Griffon is asked to execute a script that it
can't find.
Methods inherited from class RuntimeException
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Methods inherited from class Exception
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
scriptName
private final String scriptName
-
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()
-
Groovy Documentation