:: drafts :: com :: sun :: star :: accessibility ::

exception IllegalAccessibleComponentStateException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-IllegalAccessibleComponentStateException
Description
Indicates invalid or unavailable state information.

This exception is thrown to indicate the an accessibilty component has been queried for state information that it can not provide. Used by XAccessibleContext::getLocale .

See also
XAccessibleContext::getLocale()

Top of Page