ReferenceError
Module | ejs |
Namespace | intrinsic |
Definition | dynamic class ReferenceError |
Inheritance | ReferenceError ![]() ![]() |
Reference error exception class.
Thrown when an invalid reference to an object is made, e.g. a method is invoked on an object whose type does not define that method.
Properties
Qualifiers | Property | Type | Description |
---|---|---|---|
No properties defined |
ReferenceError Methods
Qualifiers | Method |
---|---|
ReferenceError(message: String) | |
ReferenceError constructor. |
Method Detail
ReferenceError(message: String)
ReferenceError constructor.
- Parameters
message: String Message to use when defining the Error.message property