RedHatEMEA / rh6pd

9 stars 8 forks source link

Where to find code to catch jbpm 5 excpetions #19

Closed hifly81 closed 11 years ago

hifly81 commented 12 years ago

Hi, I'm trying to find out the code developed to catch jbpm 5 exceptions Eric told me about it. Someone could tell me in which project/package I could find it?

Thanks a lot!

Giovanni

mbuamuh commented 12 years ago

Hi Giovanni,

You can find exception handling classes in the following packages: org.jbpm.process.core.context.exception org.jbpm.process.instance.context.exception The packages are found in the jbpm-flow jar file. A maven repository where you can find it is: http://mvnrepository.com/artifact/org.jbpm/jbpm-flow/. Hope that helps to answer your question.

Best regards Unice