Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Exception Handler for Oracle ADF Application

vijay dasariFeb 16 2022

Hi Team,

I have implemented the below approach for my application but it's not handling "Nullpointer /Java expetions"
Extending DCErrorHandlerImpl- for model

so I introduced the below approach to handling Java exceptions (Null pointers kind)
https://blogs.oracle.com/adf/post/extending-the-adf-controller-exception-handler
my question is, Do we have simple approach to consolidate all exceptions in single Control (single )

Jdev: 12.1.2.2.0

This post has been answered by Timo Hahn on Feb 16 2022
Jump to Answer
Comments
Post Details
Added on Feb 16 2022
5 comments
450 views