Class WriterException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      WriterException()
      Creates a WriterException.
      WriterException​(java.lang.String message)
      Creates a WriterException with a message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • WriterException

        public WriterException()
        Creates a WriterException.
      • WriterException

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