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

field-access-exception Condition Class

Summary

Conditions signaled when accessing a field gets an exception.

Package

lw-ji

Superclasses

field-exception

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 - 01 Dec 2021 19:30:46