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.saveTransportError(String siddhiAppName,
ErroneousEvent erroneousEvent,
ErroneousEventType eventType,
String streamName,
ErrorOccurrence errorOccurrence) |
Modifier and Type | Method and Description |
---|---|
void |
ErrorStore.saveMappingError(String siddhiAppName,
List<ErroneousEvent> erroneousEvents,
String streamName) |
Copyright © 2021. All rights reserved.