Searched defs:OWLSValidationException (Results 1 - 1 of 1) sorted by relevance

/owl-s/src/org/mindswap/owls/validator/
H A DOWLSValidationException.java12 public class OWLSValidationException extends Exception class in inherits:Exception
19 public OWLSValidationException(int theId, String theMsg) method in class:OWLSValidationException
29 public static OWLSValidationException createParseException(String theMsg) {
30 return new OWLSValidationException(ERROR_PARSE,theMsg);
33 public static OWLSValidationException createFileNotFoundException(String theMsg) {
34 return new OWLSValidationException(ERROR_FILE_NOT_FOUND,theMsg);

Completed in 10 milliseconds