Uses of Class
org.jvnet.hk2.config.ValidationException
-
Packages that use ValidationException Package Description org.glassfish.config.support.datatypes org.jvnet.hk2.config -
-
Uses of ValidationException in org.glassfish.config.support.datatypes
Methods in org.glassfish.config.support.datatypes that throw ValidationException Modifier and Type Method Description voidNonNegativeInteger. validate(String value)Validates the value as a non-negative integer.voidPort. validate(String value)Checks if given string represents a port.voidPositiveInteger. validate(String value)Validates the given value as a positive integer. -
Uses of ValidationException in org.jvnet.hk2.config
Methods in org.jvnet.hk2.config that throw ValidationException Modifier and Type Method Description voidDataType. validate(String value)Checks if given value can be had by the abstract data type represented by this implementation.voidPrimitiveDataType. validate(String value)
-