[rules-users] Exception Handling in the rule consequence

Swapnil Sawant Swapnil.Sawant at lntinfotech.com
Fri Oct 15 07:58:56 EDT 2010


Re-replying to this question


I am not sure if this would help you. Try creating object of Driver
class(similar to Car object) like following : 


rule"my rule "

when 

          $c:Car() 
          $d:Driver()
then 

//ur logic for action
end 
-- 
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Exception-Handling-in-the-rule-consequence-tp1694378p1707269.html
Sent from the Drools - User mailing list archive at Nabble.com.



More information about the rules-users mailing list