Class JmixFileDownloader.FileNotFoundContext

java.lang.Object
io.jmix.flowui.component.filedownloader.JmixFileDownloader.FileNotFoundContext
Enclosing class:
JmixFileDownloader

public static class JmixFileDownloader.FileNotFoundContext extends Object
  • Field Details

    • exception

      protected final Exception exception
    • response

      protected final com.vaadin.flow.server.VaadinResponse response
  • Constructor Details

    • FileNotFoundContext

      public FileNotFoundContext(Exception exception, com.vaadin.flow.server.VaadinResponse response)
  • Method Details

    • getException

      public Exception getException()
    • getResponse

      public com.vaadin.flow.server.VaadinResponse getResponse()