public interface ErrorStrategy
| Modifier and Type | Interface and Description |
|---|---|
static class |
ErrorStrategy.Ignore |
static class |
ErrorStrategy.Substitute |
static class |
ErrorStrategy.ThrowException |
| Modifier and Type | Field and Description |
|---|---|
static ErrorStrategy |
DEFAULT |
static ErrorStrategy |
IGNORE |
static ErrorStrategy |
THROW_EXCEPTION |
static final ErrorStrategy THROW_EXCEPTION
static final ErrorStrategy IGNORE
static final ErrorStrategy DEFAULT
Copyright © 2025. All rights reserved.