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

exception DisposedException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-::com::sun::star::uno::RuntimeException
    |
    +-DisposedException
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 Connection - Getting Connected
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 - UNO C++ Binding - Establishing Interprocess Connections

Top of Page