Class AttributeNotFoundException

All Implemented Interfaces:
Serializable

public class AttributeNotFoundException extends ITextException
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.