Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Refactor custom exceptions to introduce a hierarchy  #77

@dogukan10

Description

@dogukan10

Currently, we have the following exceptions:

  • EngineInitializationException extends Exception
  • FhirMappingException extends Exception
  • FhirMappingInvalidResourceException extends Exception

We'll implement an umbrella exception class for the whole system and the others will extend this for specific things for example: FhirMappingException (exceptions during mapping execution), FhirWriteException (exceptions while communicating with FHIR Server), FhirSourceReadException (exceptions while reading source data) etc.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions