ReferenceError
Module | ejs |
Definition | dynamic class ReferenceError |
Inheritance | ReferenceError ![]() ![]() |
Stability | Evolving. |
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 = null) | |
ReferenceError constructor. |
Method Detail
public ReferenceError(message: String = null)
ReferenceError constructor.
- Parameters
message: String Message to use when defining the Error.message property. [default: null]