Uses of Class
com.google.zxing.FormatException
Package | Description |
---|---|
com.google.zxing |
This is a small portion of zxing, including only what's required to generate QR codes.
|
com.google.zxing.common | |
com.google.zxing.qrcode.decoder |
-
Uses of FormatException in com.google.zxing
Methods in com.google.zxing that return FormatException Modifier and Type Method Description static 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 FormatException Modifier and Type Method Description static CharacterSetECI
CharacterSetECI. getCharacterSetECIByValue(int value)
-
Uses of FormatException in com.google.zxing.qrcode.decoder
Methods in com.google.zxing.qrcode.decoder that throw FormatException Modifier and Type Method Description static Version
Version. getProvisionalVersionForDimension(int dimension)
Deduces version information purely from QR Code dimensions.