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

Exception notifying a lacking permission to access data or execute code thus it is thrown if permission ought to be denied. More...

import"AccessControlException.idl";

Inheritance diagram for AccessControlException:
SecurityException RuntimeException Exception

Public Attributes

any LackingPermission
 lacking permission. 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

Exception notifying a lacking permission to access data or execute code thus it is thrown if permission ought to be denied.

Since
OOo 1.1.2

Member Data Documentation

◆ LackingPermission

any LackingPermission

lacking permission.

Attention
If it is the case, that XAccessController::checkPermission() was called passing a sequence< any >, i.e. a sequence of permissions are demanded, then this any holds the sequence of lacking permissions in the same order as they were passed to XAccessController::checkPermission().

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