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
public class FhirTranslationException extends RuntimeException
- Since:
- 3.1
- Author:
- Christian Ohr
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FhirTranslationException(String message)
FhirTranslationException(String message, Throwable cause)
FhirTranslationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-