public interface SystemExiter
| Modifier and Type | Method and Description |
|---|---|
void |
exit(int status)
Terminate the currently running Java Virtual Machine.
|
void exit(int status)
status - exit status.SecurityException - if a security manager exists and its checkExit
method doesn't allow exit with the specified status.System.exit(int)Copyright © 2014 Pivotal. All rights reserved.