Class FieldValidationError
java.lang.Object
com.atlassian.crowd.embedded.validator.FieldValidationError
- All Implemented Interfaces:
ValidationError
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the actual error messageReturns name of the field for which this error was raisedinthashCode()static FieldValidationErrortoString()
-
Method Details
-
of
-
getFieldName
Description copied from interface:ValidationErrorReturns name of the field for which this error was raised- Specified by:
getFieldNamein interfaceValidationError- Returns:
- Field name
-
getErrorMessage
Description copied from interface:ValidationErrorReturns the actual error message- Specified by:
getErrorMessagein interfaceValidationError- Returns:
- Error message
-
equals
-
hashCode
public int hashCode() -
toString
-