Interface ExceptionHandler

All Known Implementing Classes:
DefaultExceptionHandler

@Deprecated public interface ExceptionHandler
Deprecated.
DEPRECATED. Will be removed in the next major release.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    handle(com.vaadin.server.ErrorEvent event, App app)
    Deprecated.
     
  • Method Details

    • handle

      boolean handle(com.vaadin.server.ErrorEvent event, App app)
      Deprecated.