JDK1.4 and later support exception chaining. We are implementing a version of exception chaining here ourselves so that we can use JVMs earlier than JDK1.4.
In this implementation, we have the following differences from the JDK1.4 exception chaining implementation:
@see KernelRuntimeException @author John S. Davis, II, Edward A. Lee, Christopher Hylands @version $Id: KernelException.java,v 1.83 2007/12/06 21:56:24 cxh Exp $ @since Ptolemy II 0.2 @Pt.ProposedRating Green (cxh) @Pt.AcceptedRating Green (cxh)
|
|