|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ValidationIssueHolder
This interface denotes an object that holds a list of validation issues. It is intended to be a superinterface for both ValidationException and ValidationRuntimeException classes, so they may be identified in framework or user code. ValidationIssueBuilder does not implement this interface, but may implement it if necessary.
| Method Summary | |
|---|---|
java.util.List<ValidationIssue> |
getIssues()
Get a list of the validation issues that raised this exception |
java.util.List<java.lang.String> |
getValidationMessages(MessageFactory factory)
Get the validation messages corresponding to the input issue list. |
void |
printIssues()
Useful debug method that prints the validation issues |
| Method Detail |
|---|
java.util.List<ValidationIssue> getIssues()
java.util.List<java.lang.String> getValidationMessages(MessageFactory factory)
void printIssues()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||