net.eduvax.util
public interface ErrHandlerFactory
Modifier and Type | Field and Description |
---|---|
static int |
M_CONTINUE
simple pause error handling mode
|
static int |
M_IGNORE
yes/no error handling mode
|
static int |
M_NONE
no interaction error handling mode
|
static int |
M_RETRY
yes/no/retry error handling mode
|
Modifier and Type | Method and Description |
---|---|
ErrorHandler |
createErrHandler(int mode)
Create new error handler.
|
static final int M_NONE
static final int M_CONTINUE
static final int M_IGNORE
static final int M_RETRY
ErrorHandler createErrHandler(int mode)
mode
- error handling user interact mode (cf. M_* consts)