public class Terminator extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private int |
exitCode
Exit code to be delivered to the calling shell.
|
private static long |
serialVersionUID
Serial version UID.
|
| Constructor and Description |
|---|
Terminator(ReturnCode code)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getExitCode()
Get the exit code to be delivered to the calling shell.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
private final int exitCode
public Terminator(ReturnCode code)
code - exit code to be delivered to the calling shell.Copyright © 2011–2016. All rights reserved.