com.acsinet_solutions.util.validator
Interface ValidationIssue

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
LocalizedValidationIssue, SimpleValidationIssue

public interface ValidationIssue
extends java.io.Serializable

Validation issue implementation. Superclass for different kinds of validation issues

Author:
Santiago Arriaga

Method Summary
 java.lang.String getMessage(MessageFactory factory)
          Get the message for the current validation issue.
 

Method Detail

getMessage

java.lang.String getMessage(MessageFactory factory)
Get the message for the current validation issue. The provided MessageFactory may or may-not be used.