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