Uses of Enum Class
org.openehealth.ipf.commons.ihe.xds.core.validate.ValidationMessage
Packages that use ValidationMessage
-
Uses of ValidationMessage in org.openehealth.ipf.commons.ihe.xds.core.validate
Methods in org.openehealth.ipf.commons.ihe.xds.core.validate that return ValidationMessageModifier and TypeMethodDescriptionXDSMetaDataException.getValidationMessage()static ValidationMessageReturns the enum constant of this class with the specified name.static ValidationMessage[]ValidationMessage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openehealth.ipf.commons.ihe.xds.core.validate with parameters of type ValidationMessageModifier and TypeMethodDescriptionstatic voidValidatorAssertions.metaDataAssert(boolean condition, ValidationMessage errorMessage, Object... details) Evaluates the condition and throws an exception if the condition is not met.Constructors in org.openehealth.ipf.commons.ihe.xds.core.validate with parameters of type ValidationMessageModifierConstructorDescriptionXDSMetaDataException(ValidationMessage validationMessage, Object... details) Constructs the exception.