Class EvalError

Represents an evaluation error.

Constructor Summary 

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

Method Summary 

Methods inherited from class Error 

captureStackTrace, toString

Methods inherited from class Object 

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

Constructor Details 

EvalError() 

EvalError()

Constructs the error.


EvalError(String) 

EvalError(msg: String)

Constructs the error with the specified message.

Parameters:

  • msg - the evaluation error message.

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!