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
-
Method Summary
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
-
Constructor Details
-
SimpleFieldValidationError
-
-
Method Details
-
getFieldName
- Specified by:
getFieldName
in interfaceFieldValidationError
- Returns:
- the name of the field that this error relates to
-