org.equanda.util.barcode
Class EAN128InvalidData

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.equanda.util.barcode.EAN128InvalidData
All Implemented Interfaces:
Serializable

public class EAN128InvalidData
extends Exception

Exception to flag problems when processing a EAN 128 barcode

Author:
Joachim Van der Auwera
See Also:
Serialized Form

Constructor Summary
EAN128InvalidData(String s)
           
EAN128InvalidData(Throwable ex)
           
EAN128InvalidData(Throwable ex, String s)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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
 

Constructor Detail

EAN128InvalidData

public EAN128InvalidData(String s)

EAN128InvalidData

public EAN128InvalidData(Throwable ex,
                         String s)

EAN128InvalidData

public EAN128InvalidData(Throwable ex)


Copyright © 2007-2009. All Rights Reserved.