URIError
Module | ejs |
Definition | dynamic class URIError |
Inheritance | URIError ![]() ![]() |
Stability | Prototype. |
URI error exception class.
Thrown a URI fails to parse.
Properties
Qualifiers | Property | Type | Description |
---|---|---|---|
No properties defined |
URIError Methods
Qualifiers | Method |
---|---|
URIError(message: String = null) | |
URIError constructor. |
Method Detail
public URIError(message: String = null)
URIError constructor.
- Parameters
message: String Message to use when defining the Error.message property. [default: null]