08-27-2012 12:33 PM
08-28-2012 01:33 AM
08-28-2012 05:05 AM
public BpmnParse execute() {
super.execute(); // schema validation
try {
parseRootElement();
} catch (Exception e) {
LOGGER.log(Level.SEVERE, "Uknown exception", e);
} finally {
if (hasWarnings()) {
logWarnings();
}
if (hasErrors()) {
throwActivitiExceptionForErrors();
}
}
return this;
}
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.