Package org.krysalis.barcode4j
Class BarcodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.krysalis.barcode4j.BarcodeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BarcodeCanvasSetupException
Base exception class for Barcodes.
- Version:
- $Id: BarcodeException.java,v 1.3 2004-10-02 14:53:22 jmaerki Exp $
- Author:
- Jeremias Maerki
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BarcodeException
Constructor for BarcodeException.- Parameters:
message- the detail message for this exception.
-