JESS: try/catch in Jess

2005-05-25 Thread lilu
Is there something similiar to Java try-catch-finally in Jess to catch Java exceptions during (call) commands? Sencerely, Ilona Karpova. To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a

Re: JESS: try/catch in Jess

2005-05-25 Thread ejfried
I think lilu wrote: Is there something similiar to Java try-catch-finally in Jess to catch Java exceptions during (call) commands? Sencerely, Ilona Karpova. There's a try function: http://herzberg.ca.sandia.gov/jess/docs/61/functions.html#try

Re: JESS: Recursive function calls in JessDE

2005-05-25 Thread ejfried
This code is actually in error; the editor *should* show an error, although the root cause error isn't the one that's being displayed here. Start at the top of file B, and trace through it. Note at what point VariabilityMechanismInstance is declared, and at what point defmodule A is executed.