:: com :: sun :: star :: datatransfer :: dnd ::

exception InvalidDNDOperationException
Base Hierarchy
InvalidDNDOperationException
 ┗ ::com::sun::star::uno::RuntimeException
    ┗ ::com::sun::star::uno::Exception
Description
This exception is thrown by various methods in the datatransfer.dnd package.

It is usually thrown to indicate that the target in question is unable to undertake the requested operation at the present time, since the underlying Drag and Drop system is not in the appropriate state.


Top of Page