|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidLengthException | |
---|---|
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 | |
---|---|
void |
TypeChecker.checkMaxLength(String value,
ElementDefinition def,
AttributeStatement attribute)
Checks to make sure that the value does not exceed the maximum length |
void |
LengthChecker.checkMaxLength(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 |
void |
LengthChecker.checkMinLength(String value,
ElementDefinition def,
AttributeStatement attribute)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |