Class 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.
    See Also:
    Serialized Form
    • Constructor Detail

      • WriterException

        public WriterException()
      • WriterException

        public WriterException(String message)
      • WriterException

        public WriterException(Throwable cause)