:: 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

Top of Page