Top   Module   Use   Manual   Index 

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

exception IndexOutOfBoundsException

Base Exception
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