org.codehaus.groovy.tools.shell
[Groovy] Class ExitNotification
java.lang.Object
java.lang.Throwable
java.lang.Error
org.codehaus.groovy.tools.shell.ExitNotification
class ExitNotification
extends Error
Notification to signal the shell to exit.
- Authors:
- Jason Dillon
- Version:
- \$Id\$
Property Summary |
int |
code
The exit code.
|
Methods inherited from class Error
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Methods inherited from class Throwable
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
code
final int code
- The exit code.
ExitNotification
ExitNotification(int code)
-
Copyright © 2003-2013 The Codehaus. All rights reserved.