net.sourceforge.jbarcodebean
Class BarcodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.jbarcodebean.BarcodeException
All Implemented Interfaces:
java.io.Serializable

public class BarcodeException
extends java.lang.Exception

Exception class for barcode encoding errors.

See Also:
Serialized Form

Constructor Summary
BarcodeException()
           
BarcodeException(java.lang.String text)
           
 
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

BarcodeException

public BarcodeException()

BarcodeException

public BarcodeException(java.lang.String text)


Copyright © 2004-2009 The JBarcodeBean project. All Rights Reserved.