Interface ErrorEventObserver

All Superinterfaces:
Serializable
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ErrorEventObserver extends Serializable
Any com.vaadin.ui.Component implementing this interface will be informed when ErrorManager handles an exception.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notifies when ErrorManager handles an exception.
  • Method Details

    • onError

      void onError(ErrorEvent event)
      Notifies when ErrorManager handles an exception.
      Parameters:
      event - error event with exception details