Class SimpleFieldValidationError
- java.lang.Object
-
- com.atlassian.confluence.api.model.validation.SimpleValidationError
-
- com.atlassian.confluence.api.model.validation.SimpleFieldValidationError
-
- All Implemented Interfaces:
FieldValidationError
,ValidationError
public class SimpleFieldValidationError extends SimpleValidationError implements FieldValidationError
Represents the simplest kind of validation error on a particular field.- Since:
- 5.6
-
-
Constructor Summary
Constructors Constructor Description SimpleFieldValidationError(String fieldName, String key, Object... args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFieldName()
-
Methods inherited from class com.atlassian.confluence.api.model.validation.SimpleValidationError
getMessage, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.atlassian.confluence.api.model.validation.ValidationError
getMessage
-
-
-
-
Method Detail
-
getFieldName
public String getFieldName()
- Specified by:
getFieldName
in interfaceFieldValidationError
- Returns:
- the name of the field that this error relates to
-
-