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

NextPrevUpTopContentsIndex

java-not-an-array-error

Condition
Summary

Conditions signaled when an argument that needs to be an array of some type is not an array of the expected type.

Package

lw-ji

Superclasses

java-bad-jobject

Subclasses

None.

Description

The condition class java-not-an-array-error is signaled when an argument that needs to be an array is not an array, or when an argument that needs to be a primitive array is not a primitive array, or when an argument that needs to be an object array is not an object array.

Notes

You can use the java-bad-jobject readers java-bad-jobject-caller and java-bad-jobject-object on these conditions.

See also

java-bad-jobject
java-not-a-java-object-error
java-instance-without-jobject-error


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex