Class UnsupportedPropertyException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedPropertyException
    extends InventoryException
    Thrown when a certain property (usually an attribute of an application or inventory object) is not known or currently supported.
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedPropertyException

        public UnsupportedPropertyException​(String propertyName,
                                            String className)
        Use this constructor when referring to an attribute of an inventory object.
        Parameters:
        propertyName - The attribute/property name.
        className - The class the property is supposed to belong to.
      • UnsupportedPropertyException

        public UnsupportedPropertyException​(String propertyName)
        Use this constructor when referring to an attribute of an application object.
        Parameters:
        propertyName - The property that should be supported or known, but it is not.