Using Exception Handler in an ADF Task Flow
- by anmprs
Problem Statement:
Exception thrown in a task flow gets wrapped in an exception that gives an unintelligible error message to the user.
Figure 1
Solution 1. Over-writing the error message with a user-friendly error message.
Figure 2
Steps to code
1. Generating an exception: Write a method that…