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 FormatException
FormatException.getFormatInstance()
static FormatException
FormatException.getFormatInstance
(Throwable cause) -
Uses of FormatException in com.google.zxing.common
Methods in com.google.zxing.common that throw FormatExceptionModifier and TypeMethodDescriptionstatic CharacterSetECI
CharacterSetECI.getCharacterSetECIByValue
(int value) -
Uses of FormatException in com.google.zxing.qrcode.decoder
Methods in com.google.zxing.qrcode.decoder that throw FormatExceptionModifier and TypeMethodDescriptionstatic Version
Version.getProvisionalVersionForDimension
(int dimension) Deduces version information purely from QR Code dimensions.