exception IntrospectionException in module com::sun::star::beans::

(Global Index)

Syntax

exception IntrospectionException : com::sun::star::uno::Exception ;

Description

This exception is thrown when an exception happens during introspection.

Typical causes include not being able to map a class name to an interface object or not being able to resolve a method name or an attribute name.

See also

PropertyContainer
Top of Page