Uses of Class
gov.nasa.pds.vtool.validate.UnknownLabelStatusException

Packages that use UnknownLabelStatusException
gov.nasa.pds.vtool This package provides the main class for executing the Validation Tool. 
gov.nasa.pds.vtool.validate This package contains classes that will perform the validation step for the Validation Tool. 
 

Uses of UnknownLabelStatusException in gov.nasa.pds.vtool
 

Methods in gov.nasa.pds.vtool that throw UnknownLabelStatusException
 ValidationRecord VTool.validateLabel(java.net.URL url, gov.nasa.pds.tools.dict.Dictionary dict)
          Validate a label file.
 ValidationRecord VTool.validateLabels(java.util.List targets)
          Validate labels, performing only syntactic validation.
 ValidationRecord VTool.validateLabels(java.util.List targets, gov.nasa.pds.tools.dict.Dictionary dict)
          Validate labels, performing both syntactic and semantic validation.
 

Uses of UnknownLabelStatusException in gov.nasa.pds.vtool.validate
 

Methods in gov.nasa.pds.vtool.validate that throw UnknownLabelStatusException
 void ValidationRecord.add(java.lang.String status, int warns, int errors)
          Record the results of a label validation.
 

Constructors in gov.nasa.pds.vtool.validate that throw UnknownLabelStatusException
ValidationRecord(java.lang.String status, int warns, int errors)
          Constructor
 



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