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

java-exception Condition Class

Summary

The superclass of all conditions that are signaled for Java exceptions.

Package

lw-ji

Superclasses

error

Subclasses

java-normal-exception
java-serious-exception

Readers

java-exception-string
java-exception-exception-name
java-exception-java-backtrace

Description

The condition class java-exception is the superclass of all conditions that are signaled for Java exceptions.

The reader java-exception-string returns a string specifying the reason for the exception (result of jobject-string on the Java exception).

The reader java-exception-exception-name returns a string with the exception name (name of the exception class, the result of jobject-class-name on the Java exception).

The reader java-exception-java-backtrace returns a list of strings specifying the Java backtrace for the exception. Each string shows one Java frame.


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