com.google.zxing
Class NotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.zxing.ReaderException
              extended by com.google.zxing.NotFoundException
All Implemented Interfaces:
Serializable

public final class NotFoundException
extends ReaderException

Thrown when a barcode was not found in the image. It might have been partially detected but could not be confirmed.

Author:
Sean Owen
See Also:
Serialized Form

Method Summary
static NotFoundException getNotFoundInstance()
           
 
Methods inherited from class com.google.zxing.ReaderException
fillInStackTrace
 
Methods inherited from class java.lang.Throwable
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getNotFoundInstance

public static NotFoundException getNotFoundInstance()


Copyright © 2014. All Rights Reserved.