exception IndexOutOfBoundsException in module com::sun::star::lang::

(Global Index)

Syntax

exception 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