org.apache.wicket.validation
Interface IValidationError

All Known Implementing Classes:
ValidationError

public interface IValidationError

Interface representing a validation error.

Since:
1.2.6
Author:
Igor Vaynberg (ivaynberg)

Method Summary
 java.lang.String getErrorMessage(IErrorMessageSource messageSource)
          Retrieves the error message (usually user-facing).
 

Method Detail

getErrorMessage

java.lang.String getErrorMessage(IErrorMessageSource messageSource)
Retrieves the error message (usually user-facing).

Parameters:
messageSource - the message source
Returns:
the error message String


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.