| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
The class was added to the jLinker facility in jlinker version
3.2.4 released as patch jlinker.001 around Dec. 6, 2002. The
currently running version is returned by the function jlinker-version, with a
call like (net.jlinker:jlinker-version)
.
Get the patch
for the new version with sys:update-allegro.
This is the class of the error signaled when there is a problem with
jlinker functions like jlinker-init and jlinker-end. Errors are
signaled if the value of the *jlinker-error-p*
is nil
.
This class has three slots:
action
(accessed by jlinker-error-action): a symbol
or keyword describing the high-level activity that triggered the
error.
identifier
(accessed by jlinker-error-identifier): a
keyword or string describing the error.
data
(accessed by jlinker-error-data): additional
data of interest, if any.
See jlinker.htm for more information.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |