Exception wrapping the situation where a property couldn't be
accessed. This can happen because of missing rights on a
setter/getter or an exception that happens while accessing that
property.
Example: you try to set a property and the setter is private
Example: you try to set a property and the setter fails with
an exception (check the PropertyException's reason for that)
author: Nils Meier |