Uses of Enum Class
br.ufsc.labsec.validationResult.results.reasons.Reason
Packages that use Reason
Package
Description
-
Uses of Reason in br.ufsc.labsec.validationResult.exceptions.indeterminateExceptions
Constructors in br.ufsc.labsec.validationResult.exceptions.indeterminateExceptions with parameters of type ReasonModifierConstructorDescriptionReasonForIndeterminate(Reason reason, String message) ReasonForIndeterminate(Reason reason, String message, Throwable cause) ReasonForIndeterminate(Reason reason, Throwable cause) -
Uses of Reason in br.ufsc.labsec.validationResult.exceptions.invalidExceptions
Constructors in br.ufsc.labsec.validationResult.exceptions.invalidExceptions with parameters of type ReasonModifierConstructorDescriptionReasonForTotalFailed(Reason reason, String message) ReasonForTotalFailed(Reason reason, String message, Throwable cause) ReasonForTotalFailed(Reason reason, Throwable cause) -
Uses of Reason in br.ufsc.labsec.validationResult.results
Methods in br.ufsc.labsec.validationResult.results with parameters of type ReasonModifier and TypeMethodDescriptionbooleanValidationResult.containsReason(Reason... reasons) booleanValidationResult.removeReasons(Reason... reasons) -
Uses of Reason in br.ufsc.labsec.validationResult.results.reasons
Subclasses with type arguments of type Reason in br.ufsc.labsec.validationResult.results.reasonsModifier and TypeClassDescriptionenumRazões de validação que geram indeterminação ou falha totalMethods in br.ufsc.labsec.validationResult.results.reasons that return ReasonModifier and TypeMethodDescriptionstatic ReasonValidationResultReason.assertReason(Reason reason, Result result) ValidationResultReason.getReason()static ReasonReturns the enum constant of this class with the specified name.static Reason[]Reason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in br.ufsc.labsec.validationResult.results.reasons with parameters of type ReasonModifier and TypeMethodDescriptionstatic ReasonValidationResultReason.assertReason(Reason reason, Result result) booleanbooleanConstructors in br.ufsc.labsec.validationResult.results.reasons with parameters of type ReasonModifierConstructorDescriptionValidationResultReason(Reason reason, String message) ValidationResultReason(Reason reason, String message, Throwable cause) ValidationResultReason(Reason reason, Throwable cause)