Package org.krysalis.barcode4j.output
Class BarcodeCanvasSetupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.krysalis.barcode4j.BarcodeException
org.krysalis.barcode4j.output.BarcodeCanvasSetupException
- All Implemented Interfaces:
Serializable
This exception is use during the setup of a barcode canvas.
- Version:
- $Id: BarcodeCanvasSetupException.java,v 1.3 2004-10-02 14:53:22 jmaerki Exp $
- Author:
- Jeremias Maerki
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBarcodeCanvasSetupException(String message) Constructor for BarcodeCanvasSetupException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BarcodeCanvasSetupException
Constructor for BarcodeCanvasSetupException.- Parameters:
message- the detail message for this exception.
-