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
public class XDSMetaDataException extends ValidationException
Thrown if XDS meta data did not match the expectations.- Author:
- Jens Riemschneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XDSMetaDataException(ValidationMessage validationMessage, Object... details)
Constructs the exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidationMessage
getValidationMessage()
-
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 Detail
-
XDSMetaDataException
public XDSMetaDataException(ValidationMessage validationMessage, Object... details)
Constructs the exception.- Parameters:
validationMessage
- the validation message.details
- objects required by the message text formatting.
-
-
Method Detail
-
getValidationMessage
public ValidationMessage getValidationMessage()
- Returns:
- the validation message.
-
-