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

java-array-indices-error Condition Class

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

Readers

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

Description

Instances of the condition 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 - 01 Dec 2021 19:30:46