| Package | Description |
|---|---|
| io.siddhi.core.exception | |
| io.siddhi.core.util.error.handler.store |
| Modifier and Type | Method and Description |
|---|---|
List<ErroneousEvent> |
MappingFailedException.getFailures() |
| Constructor and Description |
|---|
MappingFailedException(List<ErroneousEvent> failures) |
MappingFailedException(List<ErroneousEvent> failures,
String message) |
MappingFailedException(List<ErroneousEvent> failures,
String message,
Throwable cause) |
MappingFailedException(List<ErroneousEvent> failures,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ErrorStore.save(String siddhiAppName,
String streamName,
ErroneousEvent erroneousEvent,
ErroneousEventType eventType,
ErrorOccurrence errorOccurrence,
ErrorType errorType) |
void |
ErrorStore.saveOnSinkError(String siddhiAppName,
ErroneousEvent erroneousEvent,
ErroneousEventType eventType,
String streamName) |
void |
ErrorStore.saveOnStreamError(String siddhiAppName,
ErroneousEvent erroneousEvent,
ErroneousEventType eventType,
String streamName) |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorStore.saveBeforeSourceMappingError(String siddhiAppName,
List<ErroneousEvent> erroneousEvents,
String streamName) |
Copyright © 2020. All rights reserved.