Class Validator.Rule.Violation
-
- All Implemented Interfaces:
@JvmInline() public final class Validator.Rule.Violation
-
-
Constructor Summary
Constructors Constructor Description Validator.Rule.Violation(String message)
-
Method Summary
Modifier and Type Method Description final StringgetMessage()the description of the Rule violation -
-
Constructor Detail
-
Validator.Rule.Violation
Validator.Rule.Violation(String message)
-
-
Method Detail
-
getMessage
final String getMessage()
the description of the Rule violation
-
-
-
-