* method which currently calls it. The reason for this is that it's
* inefficient to require continuous non-null checks as is below.
*/
private void assertPropertyChangeSupportNotNull () {
if (propertyChangeSupport == null)
throw new FrameworkMisconfiguredException (
FRAMEWORK_MISCONFIGURED_TEXT);
}