The 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 - 13 Feb 2015