Which of the following exceptions cannot be caught and will force an error? (Choose three.)
Correct Answer: A,B,E
Explanation Explanation/Reference: SObjectException occurs when accessing a field not queried, or you try to change a field during the wrong dml statement (i.e. an edit-only field being set on insert) Custom exceptions must extend the "Exception" class