Class UnmappableUriException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openehealth.ipf.commons.ihe.fhir.translation.FhirTranslationException
-
- org.openehealth.ipf.commons.ihe.fhir.translation.UnmappableUriException
-
- All Implemented Interfaces:
Serializable
public class UnmappableUriException extends FhirTranslationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnmappableUriException(String uri)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnmappableUriException
public UnmappableUriException(String uri)
-
-