Handling exception logging in a Java task scheduler program?
问题 I need to design a Task Scheduler Where 1) User should be able to schedule multiple task at the same time. 2) There should be proper error handling on failure of any task and should not affect the other running tasks. I found the related programme at http://www.roseindia.net/java/example/java/util/CertainAndRepeatTime.shtml My concern is about handling of point 2 in program provided at above link. Say I schedule a recurring mail send process in above program which will be run first time on 12