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 org.openehealth.ipf.commons.core.modules.api.ValidationException
Thrown if XDS meta data did not match the expectations.
Author:
Jens Riemschneider
See Also:
  • Constructor Details

    • XDSMetaDataException

      public XDSMetaDataException(ValidationMessage validationMessage, Object... details)
      Constructs the exception.
      Parameters:
      validationMessage - the validation message.
      details - objects required by the message text formatting.
  • Method Details

    • getValidationMessage

      public ValidationMessage getValidationMessage()
      Returns:
      the validation message.