Class InvalidUriSyntaxException
- 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.InvalidUriSyntaxException
-
- All Implemented Interfaces:
Serializable
public class InvalidUriSyntaxException extends FhirTranslationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidUriSyntaxException(String uri, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-