PrerenderException


class PrerenderException : Exception


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

Summary

Public constructors

PrerenderException(error: String, cause: Throwable?)

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

Public constructors

PrerenderException

Added in 1.13.0
PrerenderException(error: String, cause: Throwable?)

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

Parameters
error: String

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

cause: Throwable?

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