Class URIError
TopLevel
Class URIError
Represents a URI error.
Constructor Summary
URIError()
Constructs the error.
URIError(msg : String)
Constructs the error with the specified message.
Method Summary
Methods inherited from class Error
Constructor Detail
URIError
public URIError()
Constructs the error.

URIError
public URIError(msg : String)
Constructs the error with the specified message.
Parameters:
msg - the URI error message.