Top   Module   Use   Manual   Index 

com :: sun :: star :: beans ::

exception IntrospectionException

Base Exception
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