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

exception IllegalTypeException
Base Hierarchy
IllegalTypeException
 ┗ ::com::sun::star::uno::Exception
Description
This exception is thrown to indicate the use of a type which is not appropriate.

This problem can occur, if you use an any.

See also
PropertyContainer

Top of Page