public final class ExitStatus extends Object
These process exit status codes are used by the virtual machine whenever it must exit with some failure condition. By default, if all goes well, the virtual machine will exit with status zero.
Modifier | Constructor and Description |
---|---|
private |
ExitStatus() |
public static final int EXIT_STATUS_RECURSIVELY_SHUTTING_DOWN
public static final int EXIT_STATUS_EXECUTABLE_NOT_FOUND
public static final int EXIT_STATUS_COULD_NOT_EXECUTE
public static final int EXIT_STATUS_IMPOSSIBLE_LIBRARY_FUNCTION_ERROR
public static final int EXIT_STATUS_DUMP_STACK_AND_DIE
public static final int EXIT_STATUS_MAIN_THREAD_COULD_NOT_LAUNCH
public static final int EXIT_STATUS_MISC_TROUBLE
public static final int EXIT_STATUS_SYSFAIL
public static final int EXIT_STATUS_SYSCALL_TROUBLE
public static final int EXIT_STATUS_TIMER_TROUBLE
public static final int EXIT_STATUS_UNEXPECTED_CALL_TO_SYS
public static final int EXIT_STATUS_UNSUPPORTED_INTERNAL_OP
public static final int EXIT_STATUS_DYING_WITH_UNCAUGHT_EXCEPTION
public static final int EXIT_STATUS_OPT_COMPILER_FAILED
public static final int EXIT_STATUS_JNI_COMPILER_FAILED
public static final int EXIT_STATUS_BOGUS_COMMAND_LINE_ARG
public static final int EXIT_STATUS_TOO_MANY_THROWABLE_ERRORS
public static final int EXIT_STATUS_TOO_MANY_OUT_OF_MEMORY_ERRORS
public static final int EXIT_STATUS_JNI_TROUBLE
public static final int EXIT_STATUS_BAD_WORKING_DIR
public static final int EXIT_STATUS_PRINTED_HELP_MESSAGE
private ExitStatus()