public abstract class WebResourceError extends Object
WebViewClient.onReceivedError(WebView, WebResourceRequest, WebResourceError)
Constructor and Description |
---|
WebResourceError()
This class can not be subclassed by applications.
|
Modifier and Type | Method and Description |
---|---|
abstract CharSequence |
getDescription()
Gets the string describing the error.
|
abstract int |
getErrorCode()
Gets the error code of the error.
|
public WebResourceError()
public abstract int getErrorCode()
WebViewClient
.public abstract CharSequence getDescription()