RuntimeJSEvaluationException

class RuntimeJSEvaluationException(val jsExpression: String, val details: ExceptionDetails) : Exception(source)

Thrown when the evaluation of some JS expression went wrong.

Constructors

Link copied to clipboard
constructor(jsExpression: String, details: ExceptionDetails)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

The details of the evaluation error.

Link copied to clipboard

The expression that failed to evaluate.

Link copied to clipboard
open val message: String?