Searched refs:theURI (Results 1 - 1 of 1) sorted by relevance

/owl-s/src/org/mindswap/owls/validator/
H A DOWLSValidator.java128 public OWLSValidatorReport validate(URI theURI) throws OWLSValidationException argument
130 return validate(theURI.toString());
133 public OWLSValidatorReport validate(String theURI) throws OWLSValidationException argument
142 aKb.read(theURI);
146 throw OWLSValidationException.createParseException("Invalid URI ("+theURI+") specified for description");
149 throw OWLSValidationException.createFileNotFoundException("File at URI ("+theURI+") not found, cannot validate");

Completed in 23 milliseconds