Package com.itextpdf.barcodes.exceptions
Class WriterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.itextpdf.commons.exceptions.ITextException
-
- com.itextpdf.barcodes.exceptions.WriterException
-
- All Implemented Interfaces:
java.io.Serializable
public final class WriterException extends ITextException
A base class which covers the range of exceptions which may occur when encoding a barcode using the Writer framework.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WriterException()
Creates a WriterException.WriterException(java.lang.String message)
Creates a WriterException with a message.
-