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

java-serious-exception Condition Class

Summary

Conditions signaled when something in the system is not really as it should be.

Package

lw-ji

Superclasses

java-exception

Subclasses

java-id-exception
java-low-level-exception

Description

Instances of the condition class java-serious-exception are signaled for an exception that is serious, which means something in the system is not really as it should be. Applications that get this should try to save everything and exit.

In general, these exceptions should not happen, and you should not need to worry about these. If you do get any such exception, please report it with as many details as possible to Lisp Support, following the guidelines at www.lispworks.com/support/bug-report.html .


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:46