public class SparkExitCode
extends Object
Constructor and Description |
---|
SparkExitCode() |
Modifier and Type | Method and Description |
---|---|
static int |
OOM()
The default uncaught exception handler was reached, and the uncaught exception was an
|
static int |
UNCAUGHT_EXCEPTION_TWICE()
The default uncaught exception handler was called and an exception was encountered while
|
static int |
UNCAUGHT_EXCEPTION()
The default uncaught exception handler was reached.
|
public static int UNCAUGHT_EXCEPTION()
public static int UNCAUGHT_EXCEPTION_TWICE()
public static int OOM()