What does it mean to catch an error? This method can be used to retrieve the error message from an exception object. a. errorMessage b. errorString c. getError d. getMessage 2. You can think of this code as being "protected" because the application will not halt if it throws an exception. a. try block b. catch block c. finally block d. protected block 3. 4. This is a section of code that gracefully responds to exceptions a. exception generator b. exception manipulator c. exception handler d. exception monitor