I think [EMAIL PROTECTED] wrote: > > Rete Engine Object <External-Address:jess.Rete> > Jess reported an error in routine call > while executing (call RuleEngineUtil loadContactFact ?engine > ?targetUserId) > while executing (if (not (eq ?engine nil)) then (call > RuleEngineUtil loadContactFact ?engine ? > targetUserId)) > while executing deffunction MAIN::load-contact > while executing (MAIN::load-contact ?targetUserId) > while executing defrule > parameter::CMA-Check-TargetUserId-Parameter. > Message: Called method threw an exception.
The Throwable that the called method threw is available by calling getCause() on the JessException object. See section 4.1. of the manual, entitled "The jess.JessException class"; or see the Javadoc for JessException; or read 18.5.1 of the book "Jess in Action (page 317). --------------------------------------------------------- Ernest Friedman-Hill Science and Engineering PSEs Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 PO Box 969, MS 9012 [EMAIL PROTECTED] Livermore, CA 94550 http://herzberg.ca.sandia.gov -------------------------------------------------------------------- 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] --------------------------------------------------------------------
