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

NextPrevUpTopContentsIndex

field-access-exception

Condition
Summary

Conditions signaled when accessing a field gets an exception.

Package

lw-ji

Superclasses

field-exception

Subclasses

None.

Readers

field-access-exception-set-p

Description

The condition class field-access-exception is a subclass of field-exception.

field-access-exception is signaled when an attempt to access a field gets an exception. This can occur for various reasons, for example the new value that was passed for setting is not an acceptable value.

The reader field-access-exception-set-p indicates whether the attempted access was setting or reading.

Notes

You can use the field-exception readers field-exception-class-name and field-exception-field-name on conditions of class field-access-exception.

See also

field-exception


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex