Class AttributeNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AttributeNotFoundException
    extends ITextException
    This class represents iText exception that should be thrown when the attribute with given name is not found in the object attributes list.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeNotFoundException​(java.lang.String attribute)
      The exception thrown when the attribute with given name is not found in the object attributes list.
    • 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

      • AttributeNotFoundException

        public AttributeNotFoundException​(java.lang.String attribute)
        The exception thrown when the attribute with given name is not found in the object attributes list.
        Parameters:
        attribute - the name of missing attribute.