Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

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+) ReadTextFile-javaThrowEagleExceptonTest.java x Source History ReadTextFile.javaThrowEadleExceptionTest.java x Projects X 1013 93b 98 You ill need to debug this rile TCS-2990 Debugging Exercise Source Packages The ourput should be: run ReadTextle java There is a problem with the Eagle! Java Result: 9999 .. ReadTextFileTest.java BUILD SUCCESSFUL (total time: 0 seconds) EaglelandingExepbon.jave0BUILD 12 public class ThrowEaglcExceptionTest ( Test Packages Lbraries Test Libraries 13 14 15 16 17 public static void main (String arga) try ITCS-2590 Debugging Exerase EagicLanding) catch (EagleLandingExc tion badEagle 19 20 21 System.out.printf("63 ", System.exit (9999) badEagle.getHe53age()); 24 private static void Eagletanding0 26 EagietandingException("There is a problem with the Eagle!") 28 29 Test Results X Output INS @ ^ dq) 4 4.50 PM 6/30/20172 Type here to search

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database And Expert Systems Applications 33rd International Conference Dexa 2022 Vienna Austria August 22 24 2022 Proceedings Part 1 Lncs 13426

Authors: Christine Strauss ,Alfredo Cuzzocrea ,Gabriele Kotsis ,A Min Tjoa ,Ismail Khalil

1st Edition

3031124227, 978-3031124228

More Books

Students also viewed these Databases questions