Class HtmlLoadingListener.HttpError

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

    
    public final class HtmlLoadingListener.HttpError
     implements HtmlLoadingListener.Error
                        

    Represents http error, receiving means, that WebView could not load content because of standard Http error, e.g 40x or 50x

    • 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)