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 boolean
equals(Object o)
String
getFieldName()
int
hashCode()
-
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:
equals
in classValidationError
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classValidationError
-
-