| Package | Description |
|---|---|
| ru.dz.mqtt_udp.util |
| Modifier and Type | Method and Description |
|---|---|
static ErrorType |
ErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorType[] |
ErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static BiConsumer<ErrorType,String> |
GlobalErrorHandler.getHandler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
GlobalErrorHandler.handleError(ErrorType type,
String description) |
static void |
GlobalErrorHandler.handleError(ErrorType type,
Throwable th) |
| Modifier and Type | Method and Description |
|---|---|
static void |
GlobalErrorHandler.setHandler(BiConsumer<ErrorType,String> h) |
Copyright © 2019. All rights reserved.