Class AttributeNotFoundException

All Implemented Interfaces:
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:
  • Constructor Details

    • AttributeNotFoundException

      public AttributeNotFoundException (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.