Class XDSMetaDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openehealth.ipf.commons.core.modules.api.ValidationException
org.openehealth.ipf.commons.ihe.xds.core.validate.XDSMetaDataException
- All Implemented Interfaces:
Serializable
Thrown if XDS meta data did not match the expectations.
- Author:
- Jens Riemschneider
- See Also:
-
Constructor Summary
ConstructorDescriptionXDSMetaDataException
(ValidationMessage validationMessage, Object... details) Constructs the exception. -
Method Summary
Methods inherited from class org.openehealth.ipf.commons.core.modules.api.ValidationException
getCauses, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XDSMetaDataException
Constructs the exception.- Parameters:
validationMessage
- the validation message.details
- objects required by the message text formatting.
-
-
Method Details
-
getValidationMessage
- Returns:
- the validation message.
-