TypeError
Module | ejs |
Definition | dynamic class TypeError |
Inheritance | TypeError ![]() ![]() |
Stability | Evolving. |
Type error exception class.
Thrown when a type casting or creation operation fails, e.g. when an operand cannot be cast to a required parameter type.
Properties
(No own properties defined)
TypeError Class Methods
Qualifiers | Method |
---|
TypeError Instance Methods
Qualifiers | Method |
---|---|
TypeError(message: String = null) | |
TypeError constructor. |
Method Detail
TypeError(message: String = null)
- Description
- TypeError constructor.
- Parameters
message: String Message to use when defining the Error.message property. [default: null]