The Source for Java Technology Collaboration
User: Password:



Start New Message Delete Post a Reply

Article: 
 The Open Road: Looking Ahead to Java 7
Subject:  naive feature suggestion
Date:  2007-08-26 17:24:54
From:  surfer66


Im sure this is not the proper way to suggest a new feature but how about improved Exception handling.

try {

// some code here

}
catch(FileNotFoundException, IOException e) {

// handle either exception here

}
catch(Exception e) {

// handle any other exception here

}

 Feed java.net RSS Feeds