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(java.lang.String value, int max)
          Checks to make sure that the value does not exceed the maximu length
 void LengthChecker.checkMaxLength(java.lang.String value, int max)
           
 void TypeChecker.checkMinLength(java.lang.String value, int min)
          Checks to make sure that the value does fall below the minimum length length
 void LengthChecker.checkMinLength(java.lang.String value, int min)
           
 



Copyright © 2005-2007 NASA Jet Propulsion Laboratory, California Institute of Technology. All Rights Reserved.