Uses of Class
io.siddhi.core.util.error.handler.model.ErroneousEvent
-
Packages that use ErroneousEvent Package Description io.siddhi.core.exception io.siddhi.core.util.error.handler.store -
-
Uses of ErroneousEvent in io.siddhi.core.exception
Methods in io.siddhi.core.exception that return types with arguments of type ErroneousEvent Modifier and Type Method Description List<ErroneousEvent>MappingFailedException. getFailures()Constructor parameters in io.siddhi.core.exception with type arguments of type ErroneousEvent Constructor 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) -
Uses of ErroneousEvent in io.siddhi.core.util.error.handler.store
Methods in io.siddhi.core.util.error.handler.store with parameters of type ErroneousEvent Modifier and Type Method Description protected voidErrorStore. save(String siddhiAppName, String streamName, ErroneousEvent erroneousEvent, ErroneousEventType eventType, ErrorOccurrence errorOccurrence, ErrorType errorType)voidErrorStore. saveTransportError(String siddhiAppName, ErroneousEvent erroneousEvent, ErroneousEventType eventType, String streamName, ErrorOccurrence errorOccurrence)Method parameters in io.siddhi.core.util.error.handler.store with type arguments of type ErroneousEvent Modifier and Type Method Description voidErrorStore. saveMappingError(String siddhiAppName, List<ErroneousEvent> erroneousEvents, String streamName)
-