Package com.itextpdf.text.pdf.qrcode
Class WriterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.itextpdf.text.pdf.qrcode.WriterException
-
- All Implemented Interfaces:
java.io.Serializable
public final class WriterException extends java.lang.Exception
A base class which covers the range of exceptions which may occur when encoding a barcode using the Writer framework.- Since:
- 5.0.2
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
A serial version UID.
-
Constructor Summary
Constructors Constructor Description WriterException()
WriterException(java.lang.String message)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
A serial version UID.- See Also:
- Constant Field Values
-
-