ArgError

Moduleejs
Namespaceintrinsic
Definitiondynamic class ArgError
SpecifiedEjs-11.
InheritanceArgError inherit Error inherit Object

Arguments error exception class.

Thrown when there are too few or too many arguments or the arguments cannot be cast to the required type.


Properties

QualifiersPropertyTypeDescription
No properties defined

ArgError Methods

QualifiersMethod
ArgError(message: String)
 ArgError constructor.

Method Detail

ArgError(message: String)

ArgError constructor.

Parameters
message: String Message to use when defining the Error.message property