com.vaadin.flow.server.

Interface ErrorHandler

All Superinterfaces:

Serializable

All Known Implementing Classes:

DefaultErrorHandler

public interface ErrorHandler extends Serializable

Application errors handler.

Since:

1.0

  • Method Summary

    Modifier and Type
    Method
    Description
    void

    Invoked when an error occurs.

  • Method Details

    • error

      void error(ErrorEvent event)

      Invoked when an error occurs.

      Parameters:

      event - the fired event.