Uses of Class
fr.gouv.vitam.metadata.core.validation.MetadataValidationErrorCode
-
Packages that use MetadataValidationErrorCode Package Description fr.gouv.vitam.metadata.core.validation -
-
Uses of MetadataValidationErrorCode in fr.gouv.vitam.metadata.core.validation
Methods in fr.gouv.vitam.metadata.core.validation that return MetadataValidationErrorCode Modifier and Type Method Description MetadataValidationErrorCodeMetadataValidationException. getErrorCode()static MetadataValidationErrorCodeMetadataValidationErrorCode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MetadataValidationErrorCode[]MetadataValidationErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in fr.gouv.vitam.metadata.core.validation with parameters of type MetadataValidationErrorCode Constructor Description MetadataValidationException(MetadataValidationErrorCode errorCode, java.lang.String message)MetadataValidationException(MetadataValidationErrorCode errorCode, java.lang.String message, java.lang.Throwable cause)
-