All Manuals > LispWorks User Guide and Reference Manual > 41 The LW-JI Package

NextPrevUpTopContentsIndex

java-array-indices-error

Condition
Summary

Conditions signaled by jaref or (setf jaref) when either too many indices are supplied for the array, or when a sub-array is null.

Package

lw-ji

Superclasses

java-array-simple-error

Subclasses

None.

Readers

java-array-indices-error-rank
java-array-indices-error-indices

Description

Conditions of class java-array-indices-error are signaled when by jaref or (setf jaref) when either too many indices are supplied for the array, or when a sub-array is null.

Notes

You can use the java-array-error readers java-array-error-caller and java-array-error-array on these conditions.

See also

java-array-error
java-out-of-bounds-error


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex