Uses of Class
kos.core.validation.FailureType
-
Packages that use FailureType Package Description kos.core.validation -
-
Uses of FailureType in kos.core.validation
Fields in kos.core.validation declared as FailureType Modifier and Type Field Description private FailureTypeValidationException. failureTypeMethods in kos.core.validation that return FailureType Modifier and Type Method Description static FailureTypeFailureType. valueOf(String name)Returns the enum constant of this type with the specified name.static FailureType[]FailureType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in kos.core.validation with parameters of type FailureType Constructor Description ValidationException(FailureType failureType, String message)
-