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 FormatExceptionFormatException. getFormatInstance()static FormatExceptionFormatException. 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 CharacterSetECICharacterSetECI. 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 VersionVersion. getProvisionalVersionForDimension(int dimension)Deduces version information purely from QR Code dimensions.