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
    • WriterException

      public WriterException (String message, Throwable cause)
      Creates a WriterException with a specified detail message and a cause.
      Parameters:
      message - the detail message, which provides additional information about the exception
      cause - the cause of the exception