Class FieldValidationError
- java.lang.Object
-
- com.atlassian.confluence.core.service.ValidationError
-
- com.atlassian.confluence.core.service.FieldValidationError
-
public class FieldValidationError extends ValidationError
-
-
Constructor Summary
Constructors Constructor Description FieldValidationError(String fieldName, String messageKey, Object... args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetFieldName()inthashCode()-
Methods inherited from class com.atlassian.confluence.core.service.ValidationError
getArgs, getMessageKey, toString
-
-
-
-
Method Detail
-
getFieldName
public String getFieldName()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classValidationError
-
hashCode
public int hashCode()
- Overrides:
hashCodein classValidationError
-
-