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 has been disposed before and can't uphold its method specification anymore.

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

Top of Page