If the catch-or-declare requirement for a checked exception is not satisfied ________. a. a stack trace will be displayed indicating the exception that has occurred and where it occurred. b. the compiler will issue an error message indicating that the exception must be caught. c. a stack trace will be displayed, along with a message indicating that the exception must be caught. d. the compiler will issue an error message indicating that the exception must be caught or declared.