The superclass of all conditions that are signaled for Java exceptions.
lw-ji
java-normal-exception
java-serious-exception
java-exception-string
java-exception-exception-name
java-exception-java-backtrace
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