Interface ErrorAware


  • public interface ErrorAware
    Interface implemented by components that wish to delegate ErrorHandling to an ErrorHandler.
    • Method Summary

      Modifier and Type Method Description
      void setErrorHandler​(ErrorHandler errorHandler)
      Provide component with ErrorHandler.
    • Method Detail

      • setErrorHandler

        void setErrorHandler​(ErrorHandler errorHandler)
        Provide component with ErrorHandler.
        Parameters:
        errorHandler - the errorHandler