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

unpublished exception InvalidRemovedParameterException
Base Hierarchy
InvalidRemovedParameterException
 ┗ ::com::sun::star::uno::Exception
Usage Restrictions
not published
Description
indicates that XPackageRegistry::bindPackage was previously called with a different value for the removed parameter and that the XPackage object created by that call still exist.
Since
OOo 3.3

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 paramter 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 paramter during XPackageRegistry::bindPackage.

Must not be NULL.

Top of Page