Hi all

Some months ago i heard about the new exception handling mechanism which has been introduces by ivy team. Somehow ivy now can care about exception in BPM, we just need to use some special elements to throw and catch error code. And now i'm trying to use it in our project. Well, now may question is: beside of those special elements, is there any ivy API to throw exception with defined error code in java? Thanks in advance

asked 03.08.2016 at 05:07

trungdv's gravatar image

trungdv
(suspended)
accept rate: 52%


See BpmError Public API which you can use in Java or IvyScript.

You could build and throw an BpmError form IvyScript or Java like this:

BpmError.create("finance:nomoney").throwError();

To find out more about this look at the error handling concept in the Designer Guide.

link

answered 03.08.2016 at 11:02

Christian%20Strebel's gravatar image

Christian St... ♦
3.2k31338
accept rate: 88%

edited 03.08.2016 at 11:18

thanks for your help. it work now

(04.08.2016 at 10:16) trungdv trungdv's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×35

Asked: 03.08.2016 at 05:07

Seen: 2,838 times

Last updated: 04.08.2016 at 10:16