Class JmixInternalServerError.ErrorContext

java.lang.Object
io.jmix.flowui.component.error.JmixInternalServerError.ErrorContext
Enclosing class:
JmixInternalServerError

protected class JmixInternalServerError.ErrorContext extends Object
  • Field Details

    • beforeEnterEvent

      protected com.vaadin.flow.router.BeforeEnterEvent beforeEnterEvent
    • errorParameter

      protected com.vaadin.flow.router.ErrorParameter<Exception> errorParameter
    • uiAfterNagigationRegistration

      protected com.vaadin.flow.shared.Registration uiAfterNagigationRegistration
  • Constructor Details

    • ErrorContext

      public ErrorContext(com.vaadin.flow.router.BeforeEnterEvent beforeEnterEvent, com.vaadin.flow.router.ErrorParameter<Exception> errorParameter)
  • Method Details

    • handleExceptionAfterNavigation

      public void handleExceptionAfterNavigation()
    • removeUiAfterNavigationRegistration

      protected void removeUiAfterNavigationRegistration()