Uses of Class
com.ibm.rfid.epc.datahandler.InvalidFormatException

Packages that use InvalidFormatException
com.ibm.rfid.epc.datahandler   
 

Uses of InvalidFormatException in com.ibm.rfid.epc.datahandler
 

Methods in com.ibm.rfid.epc.datahandler that throw InvalidFormatException
abstract  DataHandler DataHandlerFactory.create(java.lang.String inputData, int companyPrefixLength, java.lang.String encodingType)
           
 boolean GID.validate()
          Validate that the general manager number and object class meet the ECPglobal criteria for valid values
 boolean AbstractHandler.validate(int expectedLength, boolean validateChecksum)
          Validates that: the data of this handler contains only numeric characters the length of the data matches the expected length the checksum of the data is correct, using the GTIN checksum calculation
 boolean DOD.validate(java.lang.String encodingType)
          Validate that the input data string meets criteria for a CAGE or DoDAAC, i.e., 5 or 6 characters in length, alphanumeric with the exception of 'I' (eye) or 'O' (oh) and is appropriate for the encoding type, i.e.
 

Constructors in com.ibm.rfid.epc.datahandler that throw InvalidFormatException
AbstractHandler(java.lang.String dataString, int companyPrefixLength, java.lang.String handlerType, int minCompanyPrefixLength, int maxCompanyPrefixLength, java.lang.String encodingType)
          Sets the base class data fields of the data handler and performs minimal validation
DOD(java.lang.String cageDoDAAC, int cageDoDAACLength, java.lang.String encodingType)
          Creates an instance of a data handler for a DoD CAGE or DoDAAC, a unique alphanumeric code used to identify a government supplier or government entity respectively.
GIAI(java.lang.String inputData, int companyPrefixLength, java.lang.String encodingType)
          Creates an instance of a data handler for a GIAI data type.
GID(java.lang.String dataString, int companyPrefixLength, java.lang.String encodingType)
          Creates an instance of a data handler for an GID data type.
GRAI(java.lang.String inputData, int companyPrefixLength, java.lang.String encodingType)
          Creates an instance of a data handler for an GRAI data type.
GTIN14(java.lang.String inputData, int companyPrefixLength, java.lang.String encodingType)
          Creates an instance of a data handler for an GTIN data type.
SSCC18(java.lang.String inputData, int companyPrefixLength, java.lang.String encodingType)
          Creates an instance of a data handler for an SSCC18 data type.
 



Copyright © 2005 - 2009 IBM Corp. All Rights Reserved.