Class WriterException

All Implemented Interfaces:
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:
  • Constructor Details

    • WriterException

      public WriterException()
      Creates a WriterException.
    • WriterException

      public WriterException (String message)
      Creates a WriterException with a message.
      Parameters:
      message - message of the exception