Which two statements about FORM_TRIGGER_FAILURE are true? (Choose two)
A.
You cannot raise FORM_TRIGGER_FAILURE in an exception handler.
B.
FORM_TRIGGER_FAILURE does not cause an unhandled exception.
C.
FORM_TRIGGER_FAILURE causes a trigger to fail in a controlled manner.
D.
If you use FORM_TRIGGER_FAILURE to fail a trigger that is called by another trigger, the calling trigger automatically fails.
E.
Processing continues after FORM_TRIGGER_FAILURE is raised until the end of the PL/SQL block that contains it.
F.
You must code an exception handler to define how you want the FORM_TRIGGER_FAILURE exception to function.