Class ValidationError
java.lang.Object
io.github.arasdenizhan.core.exception.ValidationError
ValidationError is core error object designed for holding field and message for each validated field.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod for getting error message with field information and given message text.
-
Constructor Details
-
ValidationError
-
-
Method Details
-
getErrorMessage
Method for getting error message with field information and given message text.- Returns:
- String error message
-