LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
LicenseException Exception Reference

A LicenseException reflects the necessity of someone agreeing to a license. More...

import "LicenseException.idl";

Inheritance diagram for LicenseException:
Exception

Public Attributes

string ExtensionName
 name of the extension.
 
string Text
 contains the text of the license.
 
string AcceptBy
 contains the value of the attribute /description/registration/simple-license/@accept-by from the description.xml
 
- Public Attributes inherited from Exception
string Message
 gives a detailed description of the reason, why the exception was thrown.
 
com::sun::star::uno::XInterface Context
 should contain a reference to the original, which raised the exception.
 

Detailed Description

A LicenseException reflects the necessity of someone agreeing to a license.

Since
OOo 2.0.4

Member Data Documentation

◆ AcceptBy

string AcceptBy

contains the value of the attribute /description/registration/simple-license/@accept-by from the description.xml

◆ ExtensionName

string ExtensionName

name of the extension.

The display name of the extension. See XPackage::getDisplayName()

◆ Text

string Text

contains the text of the license.


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