exception NoSupportException in module com::sun::star::lang::

(Global Index)

Syntax

exception NoSupportException : 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