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

NextPrevUpTopContentsIndex

java-exception

Condition
Summary

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

Package

lw-ji

Superclasses

None

Subclasses

java-normal-exception
java-serious-exception

Readers

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

Description

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

NextPrevUpTopContentsIndex