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

exception NoSupportException
Base Hierarchy
NoSupportException
 ┗ ::com::sun::star::uno::Exception
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, ::com::sun::star::container::XChild::setParent

Top of Page