Interface WebSiteErrorListener<T extends WebSite>


  • public interface WebSiteErrorListener<T extends WebSite>
    • Method Summary

      Modifier and Type Method Description
      void onError​(T site, Exception e)
      Catch the errors throw by the check
    • Method Detail

      • onError

        void onError​(T site,
                     Exception e)
        Catch the errors throw by the check
        Parameters:
        site - the site that was checked
        e - the exception that was thrown