LibreOffice
LibreOffice 7.4 SDK API Reference
List of all members
DisposedException Exception Referencepublished

This exception occurs if the object behind this interface has been disposed before and can't uphold its method specification anymore. More...

import"DisposedException.idl";

Inheritance diagram for DisposedException:
RuntimeException Exception

Additional Inherited Members

- 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

This exception occurs if the object behind this interface has been disposed before and can't uphold its method specification anymore.

The implementation normally should implement the com::sun::star::lang::XComponent interface to indicate this possibility.

Developers Guide
Professional UNO - Java - Getting a Service Manager
Professional UNO - C++ - Establishing Interprocess Connections
First Steps - First Contact - Getting Started - Failed Connections
Professional UNO - UNO Interprocess Connections

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