null)
@param modeName the registry mode name as a String
@param descriptorName the descriptor name as a String
@param productName the product name as a String
@param factory the object to be unregistered.
@throws IllegalArgumentException if any of the argumentsis null (productName can be null for modes that do not support preferences).
@throws IllegalArgumentException if modeName is not one ofthose returned by RegistryMode.getModes()
@throws IllegalArgumentException if there is no RegistryElementDescriptor registered against the descriptorName
@throws IllegalArgumentException if the factory object was not previouslyregistered against descriptorName and productName
@since JAI 1.1
| |
| |
| |
| |