Class HtmlLoadingListener.CommonError

  • All Implemented Interfaces:
    com.my.target.common.listeners.HtmlLoadingListener.Error

    
    public final class HtmlLoadingListener.CommonError
     implements HtmlLoadingListener.Error
                        

    Represents common error, receiving means, that WebView could not load content because of any other except Http type of error, e.g timeout or non-existing domain

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      int getCode()
      String getDescription()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getCode

         int getCode()
        Returns:

        Code of error (e.g 404 in case of HttpError, or one of the ERROR_* constants in WebViewClient)