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

exception IllegalTypeException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-IllegalTypeException
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