URIError

Moduleejs
Definitiondynamic class URIError
InheritanceURIError inherit Error inherit Object
StabilityPrototype.

URI error exception class.

Thrown a URI fails to parse.


Properties

QualifiersPropertyTypeDescription
No properties defined

URIError Methods

QualifiersMethod
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]