[Groovy] Class ExitNotification
- org.codehaus.groovy.tools.shell.ExitNotification
@Deprecated class ExitNotification extends Error
Notification to signal the shell to exit.
Properties Summary
| Type | Name and description |
|---|---|
int |
codeThe exit code. |
Constructor Summary
| Constructor and description |
|---|
ExitNotification
(int code) |
Inherited Methods Summary
| Methods inherited from class | Name |
|---|---|
class Error | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getSuppressed, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Property Detail
final int code
The exit code.
Constructor Detail
ExitNotification(int code)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/tools/shell/ExitNotification.html