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

exception NoSupportException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-NoSupportException
Description
This exception is thrown when a feature of an interface is not supported.

An example is a setParent(...) method and the object does not allow the change.

See also
XEnumeration
See also
::com::sun::star::container::XChild::setParent

Top of Page