Searched refs:PrerenderException (Results 1 – 7 of 7) sorted by relevance
27 public class PrerenderException extends Exception { class29 public PrerenderException(@NonNull String error, @Nullable Throwable cause) { in PrerenderException() method in PrerenderException
38 void onError(@NonNull PrerenderException exception); in onError()
29 import androidx.webkit.PrerenderException;216 callback.onError(new PrerenderException("Prerender operation failed", throwable)); in prerenderUrlAsync()246 callback.onError(new PrerenderException("Prerender operation failed", throwable)); in prerenderUrlAsync()
57 …ndroidx.webkit.WebViewCompat.ExperimentalUrlPrerender public class PrerenderException extends java…58 ctor public PrerenderException(String, Throwable?);62 method public void onError(androidx.webkit.PrerenderException);
74 …ndroidx.webkit.WebViewCompat.ExperimentalUrlPrerender public class PrerenderException extends java…75 ctor public PrerenderException(String, Throwable?);79 method public void onError(androidx.webkit.PrerenderException);