Salesforce
Exception Handling in Salesforce
I always had this bad feeling, that I wasn’t following the best practices handling exceptions in Apex. In most of the cases, I wasn’t doing any exception handling. What is an exception? An exception is a condition which changes the normal flow of program execution.That is when something bad happens which the program can’t handle