com.google.zxing
Class FormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.zxing.ReaderException
              extended by com.google.zxing.FormatException
All Implemented Interfaces:
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.

Author:
Sean Owen
See Also:
Serialized Form

Method Summary
static FormatException getFormatInstance()
           
 
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

getFormatInstance

public static FormatException getFormatInstance()


Copyright © 2013. All Rights Reserved.