This is a Salesforce Exception Handler Framework designed by CloudVandna Solutions. This exception handling framework will give a detailed description of the exception that occurred, including the Line Numbers, Exception Message in an easy to read format. It will help Apex developers to log catch exceptions in a custom object.
This app will help Apex developers to log catch exceptions in a custom object and not just in debug logs which are relevant only for 24 hours.
Once the app is installed, developers can use this framework in any apex class, be it a controller, batch class, scheduler class, or trigger handler to capture detailed exception messages, neatly logged into a custom object.
This provides a very easy and proactive way of capturing exceptions in PRODUCTION. The development team can keep an eye on exceptions and take action even before it being reported by the end-users.
Highlights:
The exception handling framework will give a detailed description of the exception that occurred, including
- Entire stack trace
- Line Numbers
- Exception message
All the exceptions remain in the database and the admins can choose to delete them at their convenience.
Reviews
There are no reviews yet.