Class PropertyNotExistException

    • Constructor Detail

      • PropertyNotExistException

        public PropertyNotExistException​(PropertyID propertyID)
        This exception is produced when a property with ID provided does not exist
        Parameters:
        propertyID - ID of the property
      • PropertyNotExistException

        public PropertyNotExistException​(String className,
                                         String propname)
        This exception is produced when a property with Namespace ID, class name, and name provided does not exist
        Parameters:
        className - Name of the class containing the Property
        propname - Name of the property.