Uses of Class
gov.nasa.pds.tools.dict.type.InvalidLengthException
-
Packages that use InvalidLengthException Package Description gov.nasa.pds.tools.dict.type -
-
Uses of InvalidLengthException in gov.nasa.pds.tools.dict.type
Methods in gov.nasa.pds.tools.dict.type that throw InvalidLengthException Modifier and Type Method Description void
LengthChecker. checkMaxLength(String value, ElementDefinition def, AttributeStatement attribute)
void
TypeChecker. checkMaxLength(String value, ElementDefinition def, AttributeStatement attribute)
Checks to make sure that the value does not exceed the maximum lengthvoid
LengthChecker. checkMinLength(String value, ElementDefinition def, AttributeStatement attribute)
void
TypeChecker. checkMinLength(String value, ElementDefinition def, AttributeStatement attribute)
Checks to make sure that the value does fall below the minimum length length
-