public interface ExceptionsHandling
Modifier and Type | Field and Description |
---|---|
static short |
PRINT_EXCEPTION_MESSAGE
Print the exception message on the
System.err stream. |
static short |
PRINT_EXCEPTION_STACKTRACE
Print the exception StackTrace.
|
static short |
RETROW_ALL
Rethrow the exceptions and the error messages as exceptions.
|
static short |
RETROW_EXCEPTION
Rethrow the exceptions.
|
static short |
SKIP_EXCEPTION
Skip the exceptions.
|
static final short SKIP_EXCEPTION
static final short PRINT_EXCEPTION_MESSAGE
System.err
stream.static final short PRINT_EXCEPTION_STACKTRACE
static final short RETROW_EXCEPTION
static final short RETROW_ALL
Copyright © 2021, 2022, 2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence