Package com.google.zxing
Class NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.zxing.ReaderException
-
- com.google.zxing.NotFoundException
-
- All Implemented Interfaces:
java.io.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.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static NotFoundException
INSTANCE
-
Fields inherited from class com.google.zxing.ReaderException
isStackTrace, NO_TRACE
-
-
Constructor Summary
Constructors Modifier Constructor Description private
NotFoundException()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NotFoundException
getNotFoundInstance()
-
Methods inherited from class com.google.zxing.ReaderException
fillInStackTrace, setStackTrace
-
-
-
-
Field Detail
-
INSTANCE
private static final NotFoundException INSTANCE
-
-
Method Detail
-
getNotFoundInstance
public static NotFoundException getNotFoundInstance()
-
-