| java.lang.Object org.conform.Issue
Issue | public class Issue (Code) | | A validation issue is uniquely identified by an id. It carries the property metas of the affected fields as well
as a message code (aka error code) and optional arguments, that might be supplid by the validator for the sake of
formatting a valuable error message.
|
Constructor Summary | |
public | Issue(int id, PropertyMeta[] metas) | public | Issue(int id, PropertyMeta[] metas, String code) | public | Issue(int id, PropertyMeta[] metas, String code, Object... arguments) | public | Issue(int id, PropertyMeta meta) | public | Issue(int id, PropertyMeta meta, String code) | public | Issue(int id, PropertyMeta meta, String code, Object... arguments) |
hashCode | public int hashCode()(Code) | | |
|
|