com.google.zxing
Class ReaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Method Summary
 Throwable fillInStackTrace()
           
static ReaderException getInstance()
           
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



Method Detail

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