net.sourceforge.barbecue
Class BarcodeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sourceforge.barbecue.BarcodeException
All Implemented Interfaces:
java.io.Serializable

public class BarcodeException
extends java.lang.Exception

Checked exception thrown when a barcode is constructed with invalid data or options.

Author:
Ian Bourke, Sean Sullivan
See Also:
Serialized Form

Constructor Summary
BarcodeException(java.lang.String msg)
          Constructs a new barcode exception with the specified error message.
BarcodeException(java.lang.String msg, java.lang.Throwable cause)
           
 
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(java.lang.String msg)
Constructs a new barcode exception with the specified error message.

Parameters:
msg - The error message

BarcodeException

public BarcodeException(java.lang.String msg,
                        java.lang.Throwable cause)


Copyright © 2003-2007 barbecue.sourceforge.net. All Rights Reserved.