LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
InvalidRemovedParameterException Exception Reference

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. More...

import"InvalidRemovedParameterException.idl";

Inheritance diagram for InvalidRemovedParameterException:
Exception

Public Attributes

boolean PreviousValue
 the value of the removed parameter which was used in XPackageRegistry::bindPackage() to create the currently existing XPackage object. More...
 
XPackage Extension
 the XPackage that was already bound to the provided url parameter during XPackageRegistry::bindPackage(). More...
 
- Public Attributes inherited from Exception
string Message
 gives a detailed description of the reason, why the exception was thrown. More...
 
com::sun::star::uno::XInterface Context
 should contain a reference to the original, which raised the exception. More...
 

Detailed 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

Member Data Documentation

◆ Extension

XPackage Extension

the XPackage that was already bound to the provided url parameter during XPackageRegistry::bindPackage().

Must not be NULL.

◆ PreviousValue

boolean PreviousValue

the value of the removed parameter which was used in XPackageRegistry::bindPackage() to create the currently existing XPackage object.


The documentation for this exception was generated from the following file: