Question: Can someone please debug this for me? Java code to copy below public class ThrowEagleExceptionTest { public static void main(String[] args) { try { EagleLanding();
Can someone please debug this for me?
Java

code to copy below
public class ThrowEagleExceptionTest { public static void main(String[] args) { try { EagleLanding(); } catch(EagleLandingException badEagle) { System.out.printf("%s ", badEagle.getMessage()); System.exit(9999); } }
private static void EagleLanding() { EagleLandingException("There is a problem with the Eagle!"); } }
ITCS-2590 Debugging Execse Chapter 11 - NetBeans IDE 8.2 File Edit View Navigate Source Refactor Run Debug Profile Teem Tools Window Help Search (Ct1+)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
