Class WriterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.itextpdf.text.pdf.qrcode.WriterException
All Implemented Interfaces:
Serializable

public final class WriterException extends 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:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      A serial version UID.
      See Also:
  • Constructor Details

    • WriterException

      public WriterException()
    • WriterException

      public WriterException(String message)