org.codehaus.griffon.cli
[Java] Class ScriptExitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.griffon.cli.ScriptExitException
public class ScriptExitException
extends RuntimeException
Exception thrown when a script exits, but Griffon has disabled the
system exit. Used for testing and Griffon interactive mode.
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 |
exitCode
private int exitCode
-
ScriptExitException
public ScriptExitException(int exitCode)
-
ScriptExitException
public ScriptExitException(int exitCode, String message, Throwable cause)
-
ScriptExitException
public ScriptExitException(int exitCode, String message)
-
ScriptExitException
public ScriptExitException(int exitCode, Throwable cause)
-
getExitCode
public int getExitCode()
-
Groovy Documentation