com.atlassian.confluence.api.model.validation
Interface FieldValidationError

All Superinterfaces:
ValidationError
All Known Implementing Classes:
SimpleFieldValidationError

@ExperimentalApi
public interface FieldValidationError
extends ValidationError

Represents a ValidationError that is associated with a field of user input.


Method Summary
 java.lang.String getFieldName()
           
 
Methods inherited from interface com.atlassian.confluence.api.model.validation.ValidationError
getMessage
 

Method Detail

getFieldName

java.lang.String getFieldName()
Returns:
the name of the field that this error relates to


Copyright © 2003-2014 Atlassian. All Rights Reserved.