[EMAIL PROTECTED] wrote:
JessException has a method getNextException() (a synonym in Jess 6.1
is "getCause()" ). If this returns non-null, it's the "underlying
reason" that a JessException was thrown. Any catch blocks for
JessException should test the return value of this method and if it's
non-null, report that exception too. jess.Main does this, so if your
code were running from that, you'd see two stack traces: this one,
followed by another one that was thrown by the called method.
Section 4.1 of the Jess 6 manual covers this.
Indeed it does. Thanks.
--
Richard Kasperowski
Tel: 617-576-1552, Fax: 617-576-2441
mailto:[EMAIL PROTECTED]
http://www.altisimo.com/
--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------