improve error messaging

This commit is contained in:
Grahame Grieve 2020-01-20 21:51:38 +11:00
parent 53c35ced6b
commit 125fafe92e

View File

@ -373,8 +373,10 @@ public abstract class BaseWorkerContext implements IWorkerContext {
}
log("=====================================================================");
return false;
} else
} else {
e.printStackTrace();
throw new TerminologyServiceException(e);
}
}
if (txcaps != null) {
for (TerminologyCapabilitiesCodeSystemComponent tccs : txcaps.getCodeSystem()) {