public class SilentExit extends Exception
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 1998–2020. All rights reserved.