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

(Global Index)

Syntax

exception ArrayIndexOutOfBoundsException : com::sun::star::lang::IndexOutOfBoundsException ;

Description

This exception is thrown to indicate that an array has been accessed with an illegal index.

The index is either negative or greater than or equal to the size of the array.

Top of Page