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:
Serializable
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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
A serial version UID. -
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
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDA serial version UID.- See Also:
-
-
Constructor Details
-
WriterException
public WriterException() -
WriterException
-