Class FhirTranslationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openehealth.ipf.commons.ihe.fhir.translation.FhirTranslationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidUriSyntaxException
,UnmappableUriException
- Since:
- 3.1
- Author:
- Christian Ohr
- See Also:
-
Constructor Summary
ConstructorDescriptionFhirTranslationException
(String message) FhirTranslationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FhirTranslationException
-
FhirTranslationException
-
FhirTranslationException
-