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

NextPrevUpTopContentsIndex

java-instance-without-jobject-error

Condition
Summary

Conditions signaled when an argument that need to be a Java object is an instance of standard-java-object that does not have a jobject.

Package

lw-ji

Superclasses

java-bad-jobject

Subclasses

None.

Description

The condition class java-instance-without-jobject-error is signaled when an argument that needs to be a Java object is an instance of standard-java-object that does not have a jobject.

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-not-an-array-error


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex