AssertError

Moduleejs
Namespaceintrinsic
Definitiondynamic class AssertError
SpecifiedEjs-11.
InheritanceAssertError inherit Error inherit Object

Assertion error exception class.

Thrown when an assertion fails.


Properties

QualifiersPropertyTypeDescription
No properties defined

AssertError Methods

QualifiersMethod
AssertError(message: String)
 AssertError constructor.

Method Detail

AssertError(message: String)

AssertError constructor.

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