catch ( RuntimeException re )
{
throw new DeleteResourcePropertyRequestFailedFaultException( getNamespaceSet(), re.toString() );
}
Object[] oldValue = getValue( prop );
prop.clear();
Object[] newValue = null;
firePropChangeEvents( prop, oldValue, newValue );
}
/**