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

exception IllegalAccessibleComponentStateException
Base Hierarchy
IllegalAccessibleComponentStateException
 ┗ ::com::sun::star::uno::Exception
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.

Since
OOo 1.1.2
See also
XAccessibleContext::getLocale()

Top of Page