TopLevel
Class EvalError
Represents an evaluation error.
Constructor Summary
EvalError()
Constructs the error.
Method Summary
Methods inherited from class
Error
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 Detail
EvalError
public EvalError(msg
:
String)
Constructs the error with the
specified message.
Parameters:
msg
-
the evaluation error message.
© Copyright 2000-2024, salesforce.com inc. All rights reserved. Various trademarks held by their respective owners.