EvaluationResultSizeLimitExceededException


public final class EvaluationResultSizeLimitExceededException extends JavaScriptException


Indicates that a JavaScriptIsolate's evaluation failed due to it returning an oversized result.

This exception is produced when exceeding the size limit configured for the isolate via IsolateStartupParameters, or the default limit.

The isolate may continue to be used after this exception has been thrown.

Summary

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

EvaluationResultSizeLimitExceededException

Added in 1.0.0-beta01
public EvaluationResultSizeLimitExceededException()

EvaluationResultSizeLimitExceededException

Added in 1.0.0-beta01
public EvaluationResultSizeLimitExceededException(@NonNull String error)