Package io.jmix.flowui.component.error
Class JmixInternalServerError.ErrorContext
java.lang.Object
io.jmix.flowui.component.error.JmixInternalServerError.ErrorContext
- Enclosing class:
- JmixInternalServerError
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.vaadin.flow.router.BeforeEnterEvent
protected com.vaadin.flow.router.ErrorParameter<Exception>
protected com.vaadin.flow.shared.Registration
-
Constructor Summary
ConstructorDescriptionErrorContext
(com.vaadin.flow.router.BeforeEnterEvent beforeEnterEvent, com.vaadin.flow.router.ErrorParameter<Exception> errorParameter) -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
-
Field Details
-
beforeEnterEvent
protected com.vaadin.flow.router.BeforeEnterEvent beforeEnterEvent -
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