com.google.zxing
Class ReaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.zxing.ReaderException
- Direct Known Subclasses:
- ChecksumException, FormatException, NotFoundException
public class ReaderException
- extends Exception
The general exception class throw when something goes wrong during decoding of a barcode.
This includes, but is not limited to, failing checksums / error correction algorithms, being
unable to locate finder timing patterns, and so on.
- Since:
- BlackBerry API 6.0.0
getInstance
public static ReaderException getInstance()
- Since:
- BlackBerry API 6.0.0
fillInStackTrace
public final Throwable fillInStackTrace()
- Since:
- BlackBerry API 6.0.0
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal