Package ext.plantuml.com.google.zxing
Class NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ext.plantuml.com.google.zxing.ReaderException
-
- ext.plantuml.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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NotFoundException
getNotFoundInstance()
-
Methods inherited from class ext.plantuml.com.google.zxing.ReaderException
fillInStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getNotFoundInstance
public static NotFoundException getNotFoundInstance()
-
-