InvalidPropertyException Objects

Subclass of ModelerException.

An exception thrown when an invalid property is accessed or an invalid value is supplied for a property.

A message string is always created for this exception.

i.getProperty() : string

Returns the property name.

i.getValue() : Object

Returns the value being assigned or None.