:: com :: sun :: star :: deployment ::

exception InvalidRemovedParameterException
Base Hierarchy
InvalidRemovedParameterException
 ┗ ::com::sun::star::uno::Exception

Elements' Summary
PreviousValue the value of the removed parameter which was used in XPackageRegistry::bindPackage() to create the currently existing XPackage object.  
Extension the XPackage that was already bound to the provided url parameter during XPackageRegistry::bindPackage().  
Elements' Details
PreviousValue
boolean PreviousValue;
Description
the value of the removed parameter which was used in XPackageRegistry::bindPackage() to create the currently existing XPackage object.
Extension
XPackage Extension;
Description
the XPackage that was already bound to the provided url parameter during XPackageRegistry::bindPackage().

Must not be `NULL`.

Top of Page