Package io.jmix.flowui.event
Class BackgroundTaskUnhandledExceptionEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.flowui.event.AbstractBackgroundTaskEvent
io.jmix.flowui.event.BackgroundTaskUnhandledExceptionEvent
- All Implemented Interfaces:
- Serializable
Event is published if the 
BackgroundTask.done(Object) throws an exception and executor
 cannot handle it.- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionBackgroundTaskUnhandledExceptionEvent(Object source, BackgroundTask task, Exception exception) 
- 
Method SummaryMethods inherited from class io.jmix.flowui.event.AbstractBackgroundTaskEventgetTask, isStopPropagation, setStopPropagationMethods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
BackgroundTaskUnhandledExceptionEventpublic BackgroundTaskUnhandledExceptionEvent(Object source, BackgroundTask task, Exception exception) 
 
- 
- 
Method Details- 
getException
 
-