Package ext.plantuml.com.google.zxing
Class FormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ext.plantuml.com.google.zxing.ReaderException
-
- ext.plantuml.com.google.zxing.FormatException
-
- All Implemented Interfaces:
java.io.Serializable
public final class FormatException extends ReaderException
Thrown when a barcode was successfully detected, but some aspect of the content did not conform to the barcode's format rules. This could have been due to a mis-detection.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FormatException
getFormatInstance()
-
Methods inherited from class ext.plantuml.com.google.zxing.ReaderException
fillInStackTrace
-
-
-
-
Method Detail
-
getFormatInstance
public static FormatException getFormatInstance()
-
-