Class EvalError

Represents an evaluation error.

ConstructorDescription
EvalError()Constructs the error.
EvalError(String)Constructs the error with the specified message.

captureStackTrace, toString

assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values

EvalError()

Constructs the error.


EvalError(msg: String)

Constructs the error with the specified message.

Parameters:

  • msg - the evaluation error message.