Uses of Class
org.apache.commons.validator.routines.checkdigit.CheckDigitException
Packages that use CheckDigitException
Package
Description
This package contains Check Digit validation/calculation routines.
-
Uses of CheckDigitException in org.apache.commons.validator.routines.checkdigit
Methods in org.apache.commons.validator.routines.checkdigit that throw CheckDigitExceptionModifier and TypeMethodDescriptionCalculates the Check Digit for a code.Calculate the Check Digit for an IBAN code.Calculate a modulus Check Digit for a code which does not yet have one.Calculate a modulus Check Digit for a code which does not yet have one.Calculate a modulus Check Digit for a code which does not yet have one.Calculate a modulus Check Digit for a code which does not yet have one.Calculate a modulus Check Digit for a code which does not yet have one.Calculate a modulus Check Digit for a code which does not yet have one.Calculate a modulus Check Digit for a code which does not yet have one.Calculate a modulus Check Digit for a code which does not yet have one.protected intIsoIec7064HybridSystem.calculateModulus(String code, boolean includesCheckDigit) Calculate the modulus for a code.protected intIsoIec7064PurePolynomialSystem.calculateModulus(String code, boolean includesCheckDigit) Calculate the modulus for a code.protected intIsoIec7064PureSystem.calculateModulus(String code, boolean includesCheckDigit) protected intModulus97CheckDigit.calculateModulus(String code, boolean includesCheckDigit) protected intModulusCheckDigit.calculateModulus(String code, boolean includesCheckDigit) Calculate the modulus for a code.protected StringIsoIec7064HybridSystem.toCheckDigit(int checkdigit) protected StringIsoIec7064PureSystem.toCheckDigit(int checksum) protected StringModulusCheckDigit.toCheckDigit(int charValue) Convert an integer value to a check digit.protected StringVATidGBCheckDigit.toCheckDigit(int checksum) protected intIsoIec7064HybridSystem.toInt(char character, int leftPos, int rightPos) Convert a character at a specified position to an integer value.protected intIsoIec7064PureSystem.toInt(char character, int leftPos, int rightPos) Convert a character at a specified position to an integer value.protected intIsoIecPolynomial11System.toInt(char character, int leftPos, int rightPos) protected intIsoIecPolynomial37System.toInt(char character, int leftPos, int rightPos) protected intIsoIecPure11System.toInt(char character, int leftPos, int rightPos) protected intIsoIecPure37System.toInt(char character, int leftPos, int rightPos) protected intModulus97CheckDigit.toInt(char character, int leftPos, int rightPos) protected intModulusCheckDigit.toInt(char character, int leftPos, int rightPos) Convert a character at a specified position to an integer value.protected intIsoIec7064HybridSystem.weightedValue(int charValue, int leftPos, int rightPos) Calculates the weighted value of a character in the code at a specified position.protected intIsoIec7064PurePolynomialSystem.weightedValue(int charValue, int leftPos, int rightPos) protected intIsoIec7064PureSystem.weightedValue(int charValue, int leftPos, int rightPos) Calculates the weighted value of a character in the code at a specified position.protected abstract intModulusCheckDigit.weightedValue(int charValue, int leftPos, int rightPos) Calculates the weighted value of a character in the code at a specified position.