Searched refs:CODE_INVALID_VALUE (Results 1 - 1 of 1) sorted by relevance
/owl-s/src/org/mindswap/owls/validator/ |
H A D | OWLSValidator.java | 108 private static final int CODE_INVALID_VALUE = 0;
field in class:OWLSValidator 177 OWLSValidatorMessage msg = new OWLSValidatorMessage(CODE_INVALID_VALUE,"Cannot specify more than one describedBy for a service");
214 addMessage(theService, CODE_INVALID_VALUE, ce.getMessage());
217 addMessage(theService, CODE_INVALID_VALUE, ex.getMessage());
298 OWLSValidatorMessage msg = new OWLSValidatorMessage(CODE_INVALID_VALUE,"The paramType for parameter: '"+theParam.getLocalName()+"' is not specified properly. It is supposed to be a datatype property, but it is specifed as an Object property. Please change the declaration.");
341 addMessage(aService,CODE_INVALID_VALUE,ce.getMessage());
344 addMessage(aService, CODE_INVALID_VALUE, ex.getMessage());
374 OWLSValidatorMessage msg = new OWLSValidatorMessage(CODE_INVALID_VALUE,"The grounding '"+aGrounding.getLocalName()+"' cannot have more than one supportedBy property");
407 addMessage(theService, CODE_INVALID_VALUE, ce.getMessage());
410 addMessage(theService, CODE_INVALID_VALUE, e [all...] |
Completed in 120 milliseconds