exception DisposedException in module com::sun::star::lang::

(Global Index)

Syntax

exception DisposedException : com::sun::star::uno::RuntimeException ;

Description

This exception occurs if the object behind this interface is invalid.

The implementation normally should implement the XComponent interface to indicate this possibility.

Top of Page