|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
org.codehaus.groovy.tools.shell.ExitNotification
class ExitNotification extends Error
Notification to signal the shell to exit.
Property Summary | |
---|---|
int |
code
The exit code. |
Constructor Summary | |
ExitNotification(int code)
|
Method Summary |
---|
Methods inherited from class Error | |
---|---|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll |
Methods inherited from class Throwable | |
---|---|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Property Detail |
---|
final int code
Constructor Detail |
---|
public ExitNotification(int code)
Copyright © 2003-2009 The Codehaus. All rights reserved.