PrerenderException


public class PrerenderException extends Exception


Super class for all asynchronous exceptions produced by WebViewCompat prerender operations.

Summary

Public constructors

Constructs a new PrerenderException with the specified failure message and cause.

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public constructors

PrerenderException

Added in 1.13.0
public PrerenderException(@NonNull String error, @Nullable Throwable cause)

Constructs a new PrerenderException with the specified failure message and cause.

Parameters
@NonNull String error

The detail message of the failure. This parameter cannot be null.

@Nullable Throwable cause

The cause of the failure. A null value is permitted, and indicates that the cause is nonexistent or unknown.