Top   Module   Use   Manual   Index 

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

exception DisposedException

Base Exception
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