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 7618129
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T03:19:14+00:00 2026-05-31T03:19:14+00:00

class TestA implements Runnable { public void run() { try { // do stuff

  • 0
class TestA implements Runnable {
  public void run() {
    try {
      // do stuff
    } catch(Exception e) {
      // ...
    } finally {
      // ...
    }
  }
}

When an exception occurs, the control comes out of the program. I have 10 files in a for loop to be processed.

When there is an exception in the 2nd file, the remaining 8 files do not get processed. But I want a log to be created for the failure and continue processing the remaining files without terminating. Is there any way to do that? Thanks!!!

  • 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-05-31T03:19:16+00:00Added an answer on May 31, 2026 at 3:19 am

    Nest your try/catch logic inside the for-loop:

    for(...)
    {
        try
        {
            ... // process the file
        }
        catch(...)
        {
            ... // deal with the exception
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Given a Runnable object e.g. public class Test implements Runnable { @Override public void
I have the following sample piece of code, public class test implements Runnable{ public
Here's my code: public class Game extends JComponent implements Runnable { World w =
public class Tester implements Runnable { public Tester() { // Init WebDriver FirefoxProfile firefoxProfile
I have the following code: public class Test extends JFrame implements ActionListener{ private static
The code I am using is: public class Test extends JFrame implements ActionListener {
class test <T> where T : class { public void Write<T>() { Console.Write(typeof(T).FullName); }
public class test { public static final int nThreads = 2; public static void
class ZiggyTest{ public static void main(String[] args){ RunnableThread rt = new RunnableThread(); Thread t1
interface i1{ int test(); } interface i2{ String test(); } class Test implements i1,i2{

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.