public static class Service.ErrorControl
extends com.jniwrapper.util.EnumItem
Modifier and Type | Field and Description |
---|---|
static Service.ErrorControl |
CRITICAL |
static Service.ErrorControl |
IGNORE
The startup program logs error only.
|
static Service.ErrorControl |
NORMAL
The startup program logs error and displays a message box with the error message.
|
static Service.ErrorControl |
SEVERE |
Modifier and Type | Method and Description |
---|---|
static Service.ErrorControl |
create(int type) |
public static final Service.ErrorControl IGNORE
public static final Service.ErrorControl NORMAL
public static final Service.ErrorControl SEVERE
public static final Service.ErrorControl CRITICAL
public static Service.ErrorControl create(int type)