Searched defs:PositiveInteger (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 DPositiveInteger.java56 public class PositiveInteger implements DataType { //could extend NonNegativeInteger class in inherits:DataType
64 throw new ValidationException("null value is not of type PositiveInteger");
70 String msg = "value: " + number + " not applicable for PositiveInteger [1, " + Integer.MAX_VALUE + "] data type";

Completed in 12 milliseconds