Uses of Class
org.duracloud.common.error.ManifestVerifyException.ErrorType
-
Packages that use ManifestVerifyException.ErrorType Package Description org.duracloud.common.error -
-
Uses of ManifestVerifyException.ErrorType in org.duracloud.common.error
Methods in org.duracloud.common.error that return ManifestVerifyException.ErrorType Modifier and Type Method Description ManifestVerifyException.ErrorTypeManifestVerifyException. getErrorType()static ManifestVerifyException.ErrorTypeManifestVerifyException.ErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ManifestVerifyException.ErrorType[]ManifestVerifyException.ErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-