Uses of Class
gov.nasa.pds.tools.dict.type.InvalidLengthException

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)
           
 



Copyright © 2005-2011 Planetary Data System. All Rights Reserved.