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.
See Also:
  • Constructor Details

    • DownloadFailedEvent

      public DownloadFailedEvent(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.
      Parameters:
      source - the source component
      e - the exception
  • Method Details

    • getException

      public Exception getException()
      Gets the exception that caused the download to fail.
      Returns:
      the exception