Searched defs:NonNegativeInteger (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/admin/config-api/src/main/java/org/glassfish/config/support/datatypes/
H A DNonNegativeInteger.java57 public class NonNegativeInteger implements DataType { class in inherits:DataType
65 throw new ValidationException("null value is not of type NonNegativeInteger");
71 String msg = "value: " + number + " not applicable for NonNegativeInteger [0, " + Integer.MAX_VALUE + "] data type";

Completed in 682 milliseconds