Class DynamicFileDownloader.DownloadFailedEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<DynamicFileDownloader>
org.vaadin.firitin.components.DynamicFileDownloader.DownloadFailedEvent
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- DynamicFileDownloader
public static class DynamicFileDownloader.DownloadFailedEvent
extends com.vaadin.flow.component.ComponentEvent<DynamicFileDownloader>
Event fired when the file download fails.
- Author:
- mstahv
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionDownloadFailedEvent(DynamicFileDownloader source, Exception e) Creates a new event using the given source and indicator whether the event originated from the client side or the server side.
- 
Method SummaryModifier and TypeMethodDescriptionGets the exception that caused the download to fail.Methods inherited from class com.vaadin.flow.component.ComponentEventgetSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObjecttoString
- 
Constructor Details- 
DownloadFailedEventCreates a new event using the given source and indicator whether the event originated from the client side or the server side.- Parameters:
- source- the source component
- e- the exception
 
 
- 
- 
Method Details- 
getExceptionGets the exception that caused the download to fail.- Returns:
- the exception
 
 
-