/[classpath]/classpath/java/util/Timer.java
ViewVC logotype

Diff of /classpath/java/util/Timer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11.2.2 by gnu_andrew, Sun Jan 16 02:14:48 2005 UTC revision 1.11.2.3 by gnu_andrew, Sun Jan 16 15:15:12 2005 UTC
# Line 343  public class Timer Line 343  public class Timer
343                  {                  {
344                    task.run();                    task.run();
345                  }                  }
346                  catch (ThreadDeath death)
347                    {
348                      // If an exception escapes, the Timer becomes invalid.
349                      queue.stop();
350                      throw death;
351                    }
352                catch (Throwable t)                catch (Throwable t)
353                  {                                {
354                    /* ignore all errors */                    // If an exception escapes, the Timer becomes invalid.
355                      queue.stop();
356                  }                  }
357              }              }
358    

Legend:
Removed from v.1.11.2.2  
changed lines
  Added in v.1.11.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26