Uses of Class
com.google.zxing.FormatException
Packages that use FormatException
Package
Description
This is a small portion of zxing, including only what's required to generate QR codes.
-
Uses of FormatException in com.google.zxing
Methods in com.google.zxing that return FormatExceptionModifier and TypeMethodDescriptionstatic FormatExceptionFormatException.getFormatInstance()static FormatExceptionFormatException.getFormatInstance(Throwable cause) -
Uses of FormatException in com.google.zxing.common
Methods in com.google.zxing.common that throw FormatExceptionModifier and TypeMethodDescriptionstatic CharacterSetECICharacterSetECI.getCharacterSetECIByValue(int value) -
Uses of FormatException in com.google.zxing.qrcode.decoder
Methods in com.google.zxing.qrcode.decoder that throw FormatExceptionModifier and TypeMethodDescriptionstatic VersionVersion.getProvisionalVersionForDimension(int dimension) Deduces version information purely from QR Code dimensions.