Qus:    How Do I Throw An Exception When Using A Try-catch Block?
Nov 20, 2020 13:17 1 Answers Views: 768 PADMAKEECHU
Prev Next
Answers (1)
SAI Nov 21, 2020 08:09
Answer:   Set a flag in your catch block or leave a variable holding the error message in the pipeline.
Outside the catch block put a branch on that variable or flag and if it is non-null then exit with failure or call the service that generates the exception.

Post Your Answer
Guest User

Not sure what course is right for you?

Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.


Let`s Connect