mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-08 05:48:12 +00:00
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…
x
Reference in New Issue
Block a user