public class SilentExit
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private int |
exitCode
Program exit code if this exception is taken
|
private static long |
serialVersionUID
Serialisation
|
Constructor and Description |
---|
SilentExit()
SilentExit with default exit code 1.
|
SilentExit(int exitCode)
SilentExit with specified program exit code.
|
Modifier and Type | Method and Description |
---|---|
int |
exitCode()
The exit code of this SilentExit exception.
|
private int exitCode
private static final long serialVersionUID