:: com :: sun :: star :: lang ::

exception DisposedException
Base Hierarchy
DisposedException
 ┗ ::com::sun::star::uno::RuntimeException
    ┗ ::com::sun::star::uno::Exception
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 XComponent interface to indicate this possibility.

Developers Guide
2.3.4 First Steps - Getting Started - First Contact - Failed Connections
3.3.1 Professional UNO - UNO Concepts - UNO Interprocess Connections
3.4.1 Professional UNO - UNO Language Bindings - Java Language Binding - Getting a Service Manager
3.4.2 Professional UNO - UNO Language Bindings - C++ Language Binding - Establishing Interprocess Connections

Top of Page