The superclass of all conditions that are signaled for Java exceptions.
lw-ji
java-normal-exception
java-serious-exception
java-exception-stringjava-exception-exception-namejava-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 - 18 Feb 2025 15:32:32