Class WriterException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class WriterException
    extends java.lang.Exception
    A base class which covers the range of exceptions which may occur when encoding a barcode using the Writer framework.
    Author:
    [email protected] (Daniel Switkin)
    See Also:
    Serialized Form
    • 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()
      • WriterException

        public WriterException​(java.lang.String message)