Class UnknownProductException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnknownProductException
    extends ITextException
    An exception notifies that unknown product was found in iText ecosystem.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String UNKNOWN_PRODUCT
      Message notifies that event corresponding to unknown product was met.
    • Constructor Summary

      Constructors 
      Constructor Description
      UnknownProductException​(java.lang.String message)
      Creates a new instance of the exception.
    • 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
    • Field Detail

      • UNKNOWN_PRODUCT

        public static final java.lang.String UNKNOWN_PRODUCT
        Message notifies that event corresponding to unknown product was met. It is a parametrized message. List of params:
        • the name of unknown product
        See Also:
        Constant Field Values
    • Constructor Detail

      • UnknownProductException

        public UnknownProductException​(java.lang.String message)
        Creates a new instance of the exception.
        Parameters:
        message - the detail message