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 voidLengthChecker. checkMaxLength(String value, ElementDefinition def, AttributeStatement attribute)voidTypeChecker. checkMaxLength(String value, ElementDefinition def, AttributeStatement attribute)Checks to make sure that the value does not exceed the maximum lengthvoidLengthChecker. checkMinLength(String value, ElementDefinition def, AttributeStatement attribute)voidTypeChecker. checkMinLength(String value, ElementDefinition def, AttributeStatement attribute)Checks to make sure that the value does fall below the minimum length length
-