Class RouteNotFoundError

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.router.RouteNotFoundError
All Implemented Interfaces:
AttachNotifier, DetachNotifier, HasElement, HasStyle, HasErrorParameter<NotFoundException>, Serializable

@Tag("div") @DefaultErrorHandler public class RouteNotFoundError extends Component implements HasErrorParameter<NotFoundException>
This is a basic default error view shown on routing exceptions.
Since:
1.0
See Also: