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

NextPrevUpTopContentsIndex

java-out-of-bounds-error

java-storing-wrong-type-error

Conditions
Summary

Errors signaled when bad array indices are passed, or on trying to store a bad value into a Java array.

Package

lw-ji

Superclasses

java-array-error

Subclasses

None.

Description

The condition class java-out-of-bounds-error is signaled when a bad index value is passed to jaref or jvref or their setters, or bad start/end values are passed to map-java-object-array and other functions which access arrays.

The condition class java-storing-wrong-type-error is signaled on an attempt to store value of wrong type into a Java array by (setf jvref), (setf jaref) or map-java-object-array.

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


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex