net.sourceforge.barbecue
Class BarcodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sourceforge.barbecue.BarcodeException
- All Implemented Interfaces:
- Serializable
public class BarcodeException
- extends Exception
Checked exception thrown when a barcode is constructed with invalid
data or options.
- Author:
- Ian Bourke, Sean Sullivan
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BarcodeException
public BarcodeException(String msg)
- Constructs a new barcode exception with the specified error message.
- Parameters:
msg
- The error message
BarcodeException
public BarcodeException(String msg,
Throwable cause)
Copyright © 2003-2011 barbecue.sourceforge.net. All Rights Reserved.