Certification

cancel
Showing results for 
Search instead for 
Did you mean: 

Reg. Centralized error handler.

Solved!
Go to solution
Hello All,
 
Can anyone  please help in understanding about the term centralized error handler.
 
 
 1. Centralized error handler (QMH)?
It means  should i have centralized error handler module (QMH) that will receive error from other module and take the decision and convey the action back to the modules. 
 
2. or can i just use FGV as Centralized error handler, one FGV integrated in each modules.
 
Can anyone please help me in understanding about the term Centralized error handler?
 
Hemant
CLD
0 Kudos
Message 1 of 3
(3,513 Views)
Solution
Accepted by topic author LV_COder

Hi Hemant,

 

I prefer a design along the lines of your first idea. This way when an error occurs in one part of your code, it does not hang up another part of your code. This would happen if an error occurs in one section, and your FGV is waiting for user input while an error occurs in another section.

0 Kudos
Message 2 of 3
(3,462 Views)
0 Kudos
Message 3 of 3
(3,457 Views)