:: com :: sun :: star :: lang ::

exception IndexOutOfBoundsException
Base Hierarchy
IndexOutOfBoundsException
 ┗ ::com::sun::star::uno::Exception
Description
This exception is thrown to indicate that a container has been accessed with an illegal index.

The index is either negative or greater than or equal to the count of the elements.


Top of Page