EvaluationFailedException

public final class EvaluationFailedException extends JavaScriptException


Indicates that an evaluation failed due to a syntax error or exception produced by the script.

Summary

Public constructors

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

EvaluationFailedException

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