Package io.jmix.flowui.component.error
Class JmixInternalServerError.ErrorContext
java.lang.Object
io.jmix.flowui.component.error.JmixInternalServerError.ErrorContext
- Enclosing class:
- JmixInternalServerError
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected com.vaadin.flow.router.BeforeEnterEventprotected com.vaadin.flow.router.ErrorParameter<Exception>protected com.vaadin.flow.shared.Registration
- 
Constructor SummaryConstructorsConstructorDescriptionErrorContext(com.vaadin.flow.router.BeforeEnterEvent beforeEnterEvent, com.vaadin.flow.router.ErrorParameter<Exception> errorParameter) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidprotected void
- 
Field Details- 
beforeEnterEventprotected com.vaadin.flow.router.BeforeEnterEvent beforeEnterEvent
- 
errorParameter
- 
uiAfterNagigationRegistrationprotected com.vaadin.flow.shared.Registration uiAfterNagigationRegistration
 
- 
- 
Constructor Details- 
ErrorContextpublic ErrorContext(com.vaadin.flow.router.BeforeEnterEvent beforeEnterEvent, com.vaadin.flow.router.ErrorParameter<Exception> errorParameter) 
 
- 
- 
Method Details