SalesforceSalesforce
PDI · Question #42
PDI Question #42: Real Exam Question with Answer & Explanation
Sign in or unlock PDI to reveal the answer and full explanation for question #42. The question stem and answer options stay visible for context.
Submitted by ahmad_uae· Apr 18, 2026Logic and Process Automation
Question
Which three statements are true regarding custom exceptions in Apex? (Choose three.)
Options
- AA custom exception class must extend the system Exception class.
- BA custom exception class can implement one or many interfaces.
- CA custom exception class cannot contain member variables or methods.
- DA custom exception class name must end with "Exception".
- EA custom exception class can extend other classes besides the Exception class.
Unlock PDI to see the answer
You've previewed enough free PDI questions. Unlock PDI for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Apex Exceptions#Custom Classes#OOP (Inheritance)#Apex Naming Conventions