org.hl7.fhir.core
org.hl7.fhir.core copied to clipboard
Use extension class on Exception to force try-catch blocks on checkCodeOnServer calls
checkCodeOnServer calls in InstanceValidator can produce general Exceptions. By switching to a wrapper exception, we can force handling of any internal exceptions in InstanceValidator code.