Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9032363
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T07:57:52+00:00 2026-06-16T07:57:52+00:00

Is there a way to get Eclipse to suppress errors for a missing throws

  • 0

Is there a way to get Eclipse to suppress errors for a missing throws declaration when throwing exceptions within methods?

If you are to build and run something without explicitly specifying throws, it will unwind to the main method and crash the program (which is what I want in this particular case). There are certain exceptions that do it, such as sun.reflect.generics.reflectiveObjects.NotImplementedException, which allows you to throw it without needing to specify throws.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T07:57:53+00:00Added an answer on June 16, 2026 at 7:57 am

    Eclipse isn’t doing anything special here; the issue is in the Java code itself. Your two best options are to change the method’s signature to include the throws, or to catch the exception and rethrow it as a RuntimeException (or subclass of RuntimeException).

    try {
        doWhatever();
    } catch (SomeException e) {
        throw new SomeRuntimeException(e);
    }
    

    …where SomeException is or extends Exception (but not RuntimeException), and SomeRuntimeException is or extends RuntimeException.

    For more info, check out the section in Sun’s Java tutorials on checked Exceptions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a way to get the saved location of the android-sdk within eclipse?
Is there a way to get Eclipse to save the state of the project
Is there any way I can get Eclipse to highlight the use of the
Is there a way to get Eclipse to do something like this: It would
Is there a way to get a related file tree for files in eclipse?
When using Java, is there a way to get a compiler warning (using Eclipse,
Is there a way in Eclipse to set up Project>Build Project or Project>Build Automatically
Is there a way to get Play to use the compiled classes from Eclipse,
Is there any way to get the eclipse debugger to report the intermediate return
When I am editing a layout file is there a way to get eclipse

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.