Package org.apache.wicket.validation
Interface IValidationError
-
- All Superinterfaces:
IClusterable
,Serializable
- All Known Implementing Classes:
RawValidationError
,ValidationError
public interface IValidationError extends IClusterable
Interface representing a validation error.- Since:
- 1.2.6
- Author:
- Igor Vaynberg (ivaynberg)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Serializable
getErrorMessage(IErrorMessageSource messageSource)
Retrieves the error message (usually user-facing).
-
-
-
Method Detail
-
getErrorMessage
Serializable getErrorMessage(IErrorMessageSource messageSource)
Retrieves the error message (usually user-facing).- Parameters:
messageSource
- the message source- Returns:
- the error message
-
-