ArgError

Moduleejs
Definitiondynamic class ArgError
InheritanceArgError inherit Error inherit Object
Specifiedejscript-2.5
StabilityEvolving.

Arguments error exception class.

Thrown when function arguments are not compatible with the required function parameters.


Properties

(No own properties defined)


ArgError Class Methods

(No own class methods defined)

QualifiersMethod

ArgError Instance Methods

QualifiersMethod
ArgError(message: String = null)
 ArgError constructor.

Method Detail

ArgError(message: String = null)
Description
ArgError constructor.
Parameters
message: String Message to use when defining the Error.message property. [default: null]