Top   Module   Use   Manual   Index 

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

exception NoSupportException

Base Exception
com::sun::star::uno::Exception

Description
This exception is thrown when a method 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
XContent::setParent

Top of Page