public class SilentExit
extends java.lang.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.
|
Copyright © 1998–2020. All rights reserved.