Constructs a URIParameter with the URI pointing to data intended for an SPI implementation.paramuri the URI pointing to the data.exceptionNullPointerException if the specified URI is null. if (uri == null) { throw new NullPointerException("invalid null URI"); } this.uri = uri;
if (uri == null) { throw new NullPointerException("invalid null URI"); } this.uri = uri;
Returns the URI.returnuri the URI. return uri;
return uri;