You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.router.internal.

Annotation Type DefaultErrorHandler

  • @Retention(RUNTIME)
    @Target(TYPE)
    @Documented
    public @interface DefaultErrorHandler

    Marks an HasErrorParameter view as Framework default handler so it can be disregarded if there is a custom view for the same Exception.

    Since: