Uses of Class
org.linuxforhealth.fhir.exception.FHIRException
-
-
Uses of FHIRException in org.linuxforhealth.fhir.audit.beans
Methods in org.linuxforhealth.fhir.audit.beans that throw FHIRException Modifier and Type Method Description static ApiParameters
ApiParameters.Parser. parse(java.io.InputStream in)
static Batch
Batch.Parser. parse(java.io.InputStream in)
static ConfigData
ConfigData.Parser. parse(java.io.InputStream in)
static Context
Context.Parser. parse(java.io.InputStream in)
static Data
Data.Parser. parse(java.io.InputStream in)
static FHIRContext
FHIRContext.FHIRParser. parse(java.io.InputStream in)
-
Uses of FHIRException in org.linuxforhealth.fhir.audit.cadf
Methods in org.linuxforhealth.fhir.audit.cadf that throw FHIRException Modifier and Type Method Description static CadfAttachment
CadfAttachment.Parser. parse(jakarta.json.JsonObject jsonObject)
static CadfAttachment
CadfAttachment.Parser. parse(java.io.InputStream in)
static CadfCredential
CadfCredential.Parser. parse(jakarta.json.JsonObject jsonObject)
static CadfCredential
CadfCredential.Parser. parse(java.io.InputStream in)
static CadfEndpoint
CadfEndpoint.Parser. parse(jakarta.json.JsonObject jsonObject)
static CadfEndpoint
CadfEndpoint.Parser. parse(java.io.InputStream in)
static CadfEvent
CadfEvent.Parser. parse(jakarta.json.JsonObject jsonObject)
static CadfEvent
CadfEvent.Parser. parse(java.io.InputStream in)
static CadfGeolocation
CadfGeolocation.Parser. parse(jakarta.json.JsonObject jsonObject)
static CadfGeolocation
CadfGeolocation.Parser. parse(java.io.InputStream in)
static CadfMapItem
CadfMapItem.Parser. parse(jakarta.json.JsonObject jsonObject)
static CadfMapItem
CadfMapItem.Parser. parse(java.io.InputStream in)
static CadfMeasurement
CadfMeasurement.Parser. parse(jakarta.json.JsonObject jsonObject)
static CadfMeasurement
CadfMeasurement.Parser. parse(java.io.InputStream in)
static CadfMetric
CadfMetric.Parser. parse(jakarta.json.JsonObject jsonObject)
static CadfMetric
CadfMetric.Parser. parse(java.io.InputStream in)
static CadfReason
CadfReason.Parser. parse(jakarta.json.JsonObject jsonObject)
static CadfReason
CadfReason.Parser. parse(java.io.InputStream in)
static CadfReporterStep
CadfReporterStep.Parser. parse(jakarta.json.JsonObject jsonObject)
static CadfReporterStep
CadfReporterStep.Parser. parse(java.io.InputStream in)
static CadfResource
CadfResource.Parser. parse(jakarta.json.JsonObject jsonObject)
static CadfResource
CadfResource.Parser. parse(java.io.InputStream in)
-
Uses of FHIRException in org.linuxforhealth.fhir.audit.configuration.type
Methods in org.linuxforhealth.fhir.audit.configuration.type that throw FHIRException Modifier and Type Method Description static IBMEventStreamsType.EventStreamsCredentials
IBMEventStreamsType.EventStreamsCredentials.Parser. parse(java.lang.String in)
-
Uses of FHIRException in org.linuxforhealth.fhir.bulkdata.jbatch.export.system
Constructors in org.linuxforhealth.fhir.bulkdata.jbatch.export.system that throw FHIRException Constructor Description ExportJobListener()
-
Uses of FHIRException in org.linuxforhealth.fhir.bulkdata.jbatch.load.exception
Subclasses of FHIRException in org.linuxforhealth.fhir.bulkdata.jbatch.load.exception Modifier and Type Class Description class
FHIRLoadException
-
Uses of FHIRException in org.linuxforhealth.fhir.bulkdata.load.partition.transformer
Methods in org.linuxforhealth.fhir.bulkdata.load.partition.transformer that throw FHIRException Modifier and Type Method Description java.util.List<BulkDataSource>
PartitionSourceTransformer. transformToDataSources(java.lang.String source, java.lang.String type, java.lang.String location)
Converts the Source-Type and Location to multiple BulkDataSources for partitioningstatic java.util.List<BulkDataSource>
PartitionSourceTransformerFactory. transformToSources(java.lang.String source, java.lang.String dataSourcesInfo)
Controls the Transformation and wraps the complicated logic in type specific implementations. -
Uses of FHIRException in org.linuxforhealth.fhir.bulkdata.load.partition.transformer.impl
Methods in org.linuxforhealth.fhir.bulkdata.load.partition.transformer.impl that throw FHIRException Modifier and Type Method Description java.util.List<BulkDataSource>
AzureTransformer. transformToDataSources(java.lang.String source, java.lang.String type, java.lang.String location)
java.util.List<BulkDataSource>
FileTransformer. transformToDataSources(java.lang.String source, java.lang.String type, java.lang.String location)
java.util.List<BulkDataSource>
HttpsTransformer. transformToDataSources(java.lang.String source, java.lang.String type, java.lang.String location)
java.util.List<BulkDataSource>
S3Transformer. transformToDataSources(java.lang.String source, java.lang.String type, java.lang.String location)
-
Uses of FHIRException in org.linuxforhealth.fhir.bulkdata.provider
Methods in org.linuxforhealth.fhir.bulkdata.provider that throw FHIRException Modifier and Type Method Description default void
Provider. createSource()
creates the base output location for the type.long
Provider. getNumberOfLoaded()
long
Provider. getNumberOfParseFailures()
java.util.List<Resource>
Provider. getResources()
gets the read resources.long
Provider. getSize(java.lang.String workItem)
gets the size of the given work item.default void
Provider. pushEndOfJobOperationOutcomes(java.io.ByteArrayOutputStream baos, java.lang.String folder, java.lang.String fileName)
Pushes End of Job OperationOutcomes and closes the Outcomes StorageProviderdefault void
Provider. pushOperationOutcomes()
Pushes the Operation Outcomesvoid
Provider. readResources(long numOfLinesToSkip, java.lang.String workItem)
reads from a given workitem (or file) in a source and skips a certain noumber of lines -
Uses of FHIRException in org.linuxforhealth.fhir.bulkdata.provider.impl
Methods in org.linuxforhealth.fhir.bulkdata.provider.impl that throw FHIRException Modifier and Type Method Description void
AzureProvider. createSource()
void
S3Provider. createSource()
com.ibm.cloud.objectstorage.services.s3.model.ListObjectsV2Result
S3Provider. getListObject(java.lang.String prefix, java.lang.String continuationToken)
get the list of objects based on the continuation token.long
AzureProvider. getNumberOfLoaded()
long
FileProvider. getNumberOfLoaded()
long
HttpsProvider. getNumberOfLoaded()
long
S3Provider. getNumberOfLoaded()
long
AzureProvider. getNumberOfParseFailures()
long
FileProvider. getNumberOfParseFailures()
long
HttpsProvider. getNumberOfParseFailures()
long
S3Provider. getNumberOfParseFailures()
java.util.List<Resource>
AzureProvider. getResources()
java.util.List<Resource>
FileProvider. getResources()
java.util.List<Resource>
HttpsProvider. getResources()
java.util.List<Resource>
S3Provider. getResources()
long
AzureProvider. getSize(java.lang.String workItem)
long
FileProvider. getSize(java.lang.String workItem)
long
HttpsProvider. getSize(java.lang.String workItem)
long
S3Provider. getSize(java.lang.String workItem)
void
AzureProvider. listBlobsForContainer()
lists the blobs on the container.void
AzureProvider. pushEndOfJobOperationOutcomes(java.io.ByteArrayOutputStream baos, java.lang.String folder, java.lang.String fileName)
void
FileProvider. pushEndOfJobOperationOutcomes(java.io.ByteArrayOutputStream baos, java.lang.String folder, java.lang.String fileName)
void
S3Provider. pushEndOfJobOperationOutcomes(java.io.ByteArrayOutputStream baos, java.lang.String folder, java.lang.String fileName)
void
AzureProvider. pushOperationOutcomes()
void
S3Provider. pushOperationOutcomes()
void
AzureProvider. readResources(long numOfLinesToSkip, java.lang.String workItem)
void
FileProvider. readResources(long numOfLinesToSkip, java.lang.String workItem)
void
HttpsProvider. readResources(long numOfLinesToSkip, java.lang.String workItem)
void
S3Provider. readResources(long numOfLinesToSkip, java.lang.String workItem)
Constructors in org.linuxforhealth.fhir.bulkdata.provider.impl that throw FHIRException Constructor Description S3Provider(java.lang.String source)
The provider loads the Client based on the Source. -
Uses of FHIRException in org.linuxforhealth.fhir.config
Methods in org.linuxforhealth.fhir.config that throw FHIRException Modifier and Type Method Description void
FHIRRequestContext. setDataStoreId(java.lang.String dataStoreId)
void
FHIRRequestContext. setTenantId(java.lang.String tenantId)
Constructors in org.linuxforhealth.fhir.config that throw FHIRException Constructor Description FHIRRequestContext(java.lang.String tenantId)
FHIRRequestContext(java.lang.String tenantId, java.lang.String dataStoreId)
-
Uses of FHIRException in org.linuxforhealth.fhir.exception
Subclasses of FHIRException in org.linuxforhealth.fhir.exception Modifier and Type Class Description class
FHIRInvalidResourceTypeException
Exception to report an invalid resource type.class
FHIROperationException
-
Uses of FHIRException in org.linuxforhealth.fhir.model.generator.exception
Subclasses of FHIRException in org.linuxforhealth.fhir.model.generator.exception Modifier and Type Class Description class
FHIRGeneratorException
-
Uses of FHIRException in org.linuxforhealth.fhir.model.parser.exception
Subclasses of FHIRException in org.linuxforhealth.fhir.model.parser.exception Modifier and Type Class Description class
FHIRParserException
-
Uses of FHIRException in org.linuxforhealth.fhir.model.patch.exception
Subclasses of FHIRException in org.linuxforhealth.fhir.model.patch.exception Modifier and Type Class Description class
FHIRPatchException
-
Uses of FHIRException in org.linuxforhealth.fhir.model.util
Methods in org.linuxforhealth.fhir.model.util with parameters of type FHIRException Modifier and Type Method Description static OperationOutcome
FHIRUtil. 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 org.linuxforhealth.fhir.model.util that throw FHIRException Modifier and Type Method Description static Bundle.Entry
FHIRUtil. resolveBundleReference(Bundle bundle, Bundle.Entry sourceEntry, Reference ref)
Resolve the referenceref
to an entry withinbundle
-
Uses of FHIRException in org.linuxforhealth.fhir.operation.bulkdata.config
Methods in org.linuxforhealth.fhir.operation.bulkdata.config that throw FHIRException Modifier and Type Method Description void
ConfigurationAdapter. registerRequestContext(java.lang.String tenantId, java.lang.String datastoreId, java.lang.String incomingUrl)
creates a uniform request context for the $import and $export operations. -
Uses of FHIRException in org.linuxforhealth.fhir.operation.bulkdata.config.impl
Methods in org.linuxforhealth.fhir.operation.bulkdata.config.impl that throw FHIRException Modifier and Type Method Description void
AbstractSystemConfigurationImpl. registerRequestContext(java.lang.String tenantId, java.lang.String datastoreId, java.lang.String incomingUrl)
-
Uses of FHIRException in org.linuxforhealth.fhir.path.exception
Subclasses of FHIRException in org.linuxforhealth.fhir.path.exception Modifier and Type Class Description class
FHIRPathException
-
Uses of FHIRException in org.linuxforhealth.fhir.persistence.blob.app
Methods in org.linuxforhealth.fhir.persistence.blob.app that throw FHIRException Modifier and Type Method Description void
CreateContainer. run()
Create the container for the configured tenant and datasource pairvoid
ReadBlobValue. run()
Create the container for the configured tenant and datasource pair -
Uses of FHIRException in org.linuxforhealth.fhir.persistence.cassandra.cql
Subclasses of FHIRException in org.linuxforhealth.fhir.persistence.cassandra.cql Modifier and Type Class Description class
CqlPersistenceException
An exception which occurred processing a CQL operation -
Uses of FHIRException in org.linuxforhealth.fhir.persistence.exception
Subclasses of FHIRException in org.linuxforhealth.fhir.persistence.exception Modifier and Type Class Description class
FHIRPersistenceDataAccessException
This exception class represents failures encountered while attempting to access (read, write) data in the FHIR DB.class
FHIRPersistenceException
class
FHIRPersistenceIfNoneMatchException
This exception is thrown when an IfNoneMatch precondition check fails and the server is configured to treat this as an error (412 Precondition Failed).class
FHIRPersistenceNotSupportedException
Thrown for methods or features not yet fully implemented.class
FHIRPersistenceProcessorException
Thrown when a failure is found processing search parameters.class
FHIRPersistenceVersionIdMismatchException
This exception class represents an occurrence of a mismatch between the version id in the resource json vs. -
Uses of FHIRException in org.linuxforhealth.fhir.persistence.jdbc.connection
Constructors in org.linuxforhealth.fhir.persistence.jdbc.connection that throw FHIRException Constructor Description FHIRDbTenantDatasourceConnectionStrategy(javax.transaction.TransactionSynchronizationRegistry trxSyncRegistry, Action newConnectionAction, boolean enableReadOnlyReplicas)
Public constructor. -
Uses of FHIRException in org.linuxforhealth.fhir.persistence.jdbc.exception
Subclasses of FHIRException in org.linuxforhealth.fhir.persistence.jdbc.exception Modifier and Type Class Description class
FHIRPersistenceDBCleanupException
This exception class represents failures encountered while attempting to close/cleanup JDBC resources.class
FHIRPersistenceDBConnectException
This exception class represents failures encountered while attempting to connect to a JDBC database or datasource.class
FHIRPersistenceFKVException
This exception class is thrown when Foreign Key violations are encountered while attempting to access data in the FHIR DB. -
Uses of FHIRException in org.linuxforhealth.fhir.persistence.jdbc.impl
Methods in org.linuxforhealth.fhir.persistence.jdbc.impl that throw FHIRException Modifier and Type Method Description protected java.util.List<Resource>
FHIRPersistenceJDBCImpl. buildSortedResourceDTOList(ResourceDAO resourceDao, java.lang.Class<? extends Resource> resourceType, java.util.List<java.lang.Long> sortedIdList, boolean includeResourceData)
This method takes the passed list of sorted Resource ids, acquires the ResourceDTO corresponding to each id, and returns those ResourceDTOs in a List, sorted according to the input sorted ids.protected <T extends Resource>
java.util.List<T>FHIRPersistenceJDBCImpl. convertResourceDTOList(java.util.List<Resource> resourceDTOList, java.lang.Class<T> resourceType)
Converts the passed Resource Data Transfer Object collection to a collection of FHIR Resource objects.protected java.util.List<ResourceResult<? extends Resource>>
FHIRPersistenceJDBCImpl. convertResourceDTOList(ResourceDAO resourceDao, java.util.List<Resource> resourceDTOList, java.lang.Class<? extends Resource> resourceType, java.util.List<java.lang.String> elements, boolean includeResourceData)
Converts the passed Resource Data Transfer Object collection to a collection of FHIR Resource objects. -
Uses of FHIRException in org.linuxforhealth.fhir.search.exception
Subclasses of FHIRException in org.linuxforhealth.fhir.search.exception Modifier and Type Class Description class
FHIRSearchException
-
Uses of FHIRException in org.linuxforhealth.fhir.server.exception
Subclasses of FHIRException in org.linuxforhealth.fhir.server.exception Modifier and Type Class Description class
FHIRResourceDeletedException
class
FHIRResourceNotFoundException
class
FHIRRestBundledRequestException
class
FHIRRestServletRequestException
-
Uses of FHIRException in org.linuxforhealth.fhir.server.notification
Methods in org.linuxforhealth.fhir.server.notification that throw FHIRException Modifier and Type Method Description static java.lang.String
FHIRNotificationUtil. toJsonString(FHIRNotificationEvent event, boolean includeResource)
Serializes the notification event into a JSON string. -
Uses of FHIRException in org.linuxforhealth.fhir.server.spi.interceptor
Subclasses of FHIRException in org.linuxforhealth.fhir.server.spi.interceptor Modifier and Type Class Description class
FHIRPersistenceInterceptorException
-