Uses of Class
com.ibm.fhir.exception.FHIRException
- 
- 
Uses of FHIRException in com.ibm.fhir.audit.beans
Methods in com.ibm.fhir.audit.beans that throw FHIRException Modifier and Type Method Description static ApiParametersApiParameters.Parser. parse(InputStream in)static BatchBatch.Parser. parse(InputStream in)static ConfigDataConfigData.Parser. parse(InputStream in)static ContextContext.Parser. parse(InputStream in)static DataData.Parser. parse(InputStream in)static FHIRContextFHIRContext.FHIRParser. parse(InputStream in) - 
Uses of FHIRException in com.ibm.fhir.audit.cadf
Methods in com.ibm.fhir.audit.cadf that throw FHIRException Modifier and Type Method Description static CadfAttachmentCadfAttachment.Parser. parse(InputStream in)static CadfAttachmentCadfAttachment.Parser. parse(javax.json.JsonObject jsonObject)static CadfCredentialCadfCredential.Parser. parse(InputStream in)static CadfCredentialCadfCredential.Parser. parse(javax.json.JsonObject jsonObject)static CadfEndpointCadfEndpoint.Parser. parse(InputStream in)static CadfEndpointCadfEndpoint.Parser. parse(javax.json.JsonObject jsonObject)static CadfEventCadfEvent.Parser. parse(InputStream in)static CadfEventCadfEvent.Parser. parse(javax.json.JsonObject jsonObject)static CadfGeolocationCadfGeolocation.Parser. parse(InputStream in)static CadfGeolocationCadfGeolocation.Parser. parse(javax.json.JsonObject jsonObject)static CadfMapItemCadfMapItem.Parser. parse(InputStream in)static CadfMapItemCadfMapItem.Parser. parse(javax.json.JsonObject jsonObject)static CadfMeasurementCadfMeasurement.Parser. parse(InputStream in)static CadfMeasurementCadfMeasurement.Parser. parse(javax.json.JsonObject jsonObject)static CadfMetricCadfMetric.Parser. parse(InputStream in)static CadfMetricCadfMetric.Parser. parse(javax.json.JsonObject jsonObject)static CadfReasonCadfReason.Parser. parse(InputStream in)static CadfReasonCadfReason.Parser. parse(javax.json.JsonObject jsonObject)static CadfReporterStepCadfReporterStep.Parser. parse(InputStream in)static CadfReporterStepCadfReporterStep.Parser. parse(javax.json.JsonObject jsonObject)static CadfResourceCadfResource.Parser. parse(InputStream in)static CadfResourceCadfResource.Parser. parse(javax.json.JsonObject jsonObject) - 
Uses of FHIRException in com.ibm.fhir.audit.configuration.type
Methods in com.ibm.fhir.audit.configuration.type that throw FHIRException Modifier and Type Method Description static IBMEventStreamsType.EventStreamsCredentialsIBMEventStreamsType.EventStreamsCredentials.Parser. parse(String in) - 
Uses of FHIRException in com.ibm.fhir.config
Methods in com.ibm.fhir.config that throw FHIRException Modifier and Type Method Description voidFHIRRequestContext. setDataStoreId(String dataStoreId)voidFHIRRequestContext. setTenantId(String tenantId)Constructors in com.ibm.fhir.config that throw FHIRException Constructor Description FHIRRequestContext(String tenantId)FHIRRequestContext(String tenantId, String dataStoreId) - 
Uses of FHIRException in com.ibm.fhir.exception
Subclasses of FHIRException in com.ibm.fhir.exception Modifier and Type Class Description classFHIRInvalidResourceTypeExceptionException to report an invalid resource type.classFHIROperationException - 
Uses of FHIRException in com.ibm.fhir.model.generator.exception
Subclasses of FHIRException in com.ibm.fhir.model.generator.exception Modifier and Type Class Description classFHIRGeneratorException - 
Uses of FHIRException in com.ibm.fhir.model.parser.exception
Subclasses of FHIRException in com.ibm.fhir.model.parser.exception Modifier and Type Class Description classFHIRParserException - 
Uses of FHIRException in com.ibm.fhir.model.patch.exception
Subclasses of FHIRException in com.ibm.fhir.model.patch.exception Modifier and Type Class Description classFHIRPatchException - 
Uses of FHIRException in com.ibm.fhir.model.util
Methods in com.ibm.fhir.model.util with parameters of type FHIRException Modifier and Type Method Description static OperationOutcomeFHIRUtil. buildOperationOutcome(FHIRException e, boolean includeCausedByClauses)Build an OperationOutcome with an id from exception e and a single issue of type 'exception' and severity 'fatal'.Methods in com.ibm.fhir.model.util that throw FHIRException Modifier and Type Method Description static Bundle.EntryFHIRUtil. resolveBundleReference(Bundle bundle, Bundle.Entry sourceEntry, Reference ref)Resolve the referencerefto an entry withinbundle - 
Uses of FHIRException in com.ibm.fhir.notification.util
Methods in com.ibm.fhir.notification.util that throw FHIRException Modifier and Type Method Description static StringFHIRNotificationUtil. toJsonString(FHIRNotificationEvent event, boolean includeResource)Serializes the notification event into a JSON string. - 
Uses of FHIRException in com.ibm.fhir.path.exception
Subclasses of FHIRException in com.ibm.fhir.path.exception Modifier and Type Class Description classFHIRPathException - 
Uses of FHIRException in com.ibm.fhir.persistence.exception
Subclasses of FHIRException in com.ibm.fhir.persistence.exception Modifier and Type Class Description classFHIRPersistenceExceptionclassFHIRPersistenceNotSupportedExceptionThrown for methods or features not yet fully implemented.classFHIRPersistenceProcessorExceptionThrown when a failure is found processing search parameters.classFHIRPersistenceResourceDeletedExceptionclassFHIRPersistenceResourceNotFoundExceptionclassFHIRPersistenceVersionIdMismatchExceptionThis exception class represents an occurrence of a mismatch between the version id in the resource json vs. - 
Uses of FHIRException in com.ibm.fhir.persistence.interceptor
Subclasses of FHIRException in com.ibm.fhir.persistence.interceptor Modifier and Type Class Description classFHIRPersistenceInterceptorException - 
Uses of FHIRException in com.ibm.fhir.persistence.jdbc.connection
Constructors in com.ibm.fhir.persistence.jdbc.connection that throw FHIRException Constructor Description FHIRDbProxyDatasourceConnectionStrategy(TransactionSynchronizationRegistry trxSyncRegistry, Action newConnectionAction)Deprecated.Public constructor.FHIRDbTenantDatasourceConnectionStrategy(TransactionSynchronizationRegistry trxSyncRegistry, Action newConnectionAction, boolean enableReadOnlyReplicas)Public constructor. - 
Uses of FHIRException in com.ibm.fhir.persistence.jdbc.exception
Subclasses of FHIRException in com.ibm.fhir.persistence.jdbc.exception Modifier and Type Class Description classFHIRPersistenceDataAccessExceptionThis exception class represents failures encountered while attempting to access (read, write) data in the FHIR DB.classFHIRPersistenceDBCleanupExceptionThis exception class represents failures encountered while attempting to close/cleanup JDBC resources.classFHIRPersistenceDBConnectExceptionThis exception class represents failures encountered while attempting to connect to a JDBC database or datasource.classFHIRPersistenceFKVExceptionThis exception class is thrown when Foreign Key violations are encountered while attempting to access data in the FHIR DB. - 
Uses of FHIRException in com.ibm.fhir.persistence.jdbc.impl
Methods in com.ibm.fhir.persistence.jdbc.impl that throw FHIRException Modifier and Type Method Description protected List<Resource>FHIRPersistenceJDBCImpl. buildSortedFhirResources(ResourceDAO resourceDao, FHIRPersistenceContext context, Class<? extends Resource> resourceType, List<Long> sortedIdList, List<String> elements)This method takes the passed list of sorted Resource ids, acquires the Resource corresponding to each id, and returns those Resources in a List, sorted according to the input sorted ids.protected List<Resource>FHIRPersistenceJDBCImpl. convertResourceDTOList(List<Resource> resourceDTOList, Class<? extends Resource> resourceType, List<String> elements)Converts the passed Resource Data Transfer Object collection to a collection of FHIR Resource objects.protected <T extends Resource>
List<T>FHIRPersistenceJDBCImpl. convertResourceDTOList(List<Resource> resourceDTOList, Class<T> resourceType)Converts the passed Resource Data Transfer Object collection to a collection of FHIR Resource objects.protected List<Resource>FHIRPersistenceJDBCImpl. convertResourceDTOListOld(List<Resource> resourceDTOList, Class<? extends Resource> resourceType)Converts the passed Resource Data Transfer Object collection to a collection of FHIR Resource objects. - 
Uses of FHIRException in com.ibm.fhir.search.exception
Subclasses of FHIRException in com.ibm.fhir.search.exception Modifier and Type Class Description classFHIRSearchException - 
Uses of FHIRException in com.ibm.fhir.server.exception
Subclasses of FHIRException in com.ibm.fhir.server.exception Modifier and Type Class Description classFHIRRestBundledRequestException 
 -