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

/owl-s/src/org/mindswap/owls/validator/
H A DOWLSValidationException.java19 public OWLSValidationException(int theId, String theMsg) argument
21 super(theMsg);
29 public static OWLSValidationException createParseException(String theMsg) { argument
30 return new OWLSValidationException(ERROR_PARSE,theMsg);
33 public static OWLSValidationException createFileNotFoundException(String theMsg) { argument
34 return new OWLSValidationException(ERROR_FILE_NOT_FOUND,theMsg);
H A DOWLSValidatorMessage.java17 public OWLSValidatorMessage(int theCode, String theMsg) argument
20 mMessage = theMsg;
H A DOWLSValidator.java676 private void addMessage(Service theService, int theCode, String theMsg) argument
678 addMessage(theService,new OWLSValidatorMessage(theCode,theMsg));
681 private void addMessage(Service theService, OWLSValidatorMessage theMsg) argument
688 aSet.add(theMsg);

Completed in 12 milliseconds