Griffon 1.2.0

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.


Field Summary
private String scriptName

 
Constructor Summary
ScriptNotFoundException(String scriptName)

ScriptNotFoundException(String scriptName, String message, Throwable cause)

ScriptNotFoundException(String scriptName, Throwable cause)

 
Method Summary
String getScriptName()

 
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
 

Field Detail

scriptName

private final String scriptName


 
Constructor Detail

ScriptNotFoundException

public ScriptNotFoundException(String scriptName)


ScriptNotFoundException

public ScriptNotFoundException(String scriptName, String message, Throwable cause)


ScriptNotFoundException

public ScriptNotFoundException(String scriptName, Throwable cause)


 
Method Detail

getScriptName

public String getScriptName()


 

Groovy Documentation