improve error messaging
This commit is contained in:
parent
53c35ced6b
commit
125fafe92e
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue