The Source for Java Technology Collaboration
User: Password:



Start New Message Post a Reply

Subject:  Not a problem
Date:  2007-06-27 14:05:09
From:  erickson


A method can throw a checked exception without declaring it. It's easy. It's just not something you should do very often, because it's a bit of a kludge, and (despite unsubstantiated hand-waving to the contrary) in most cases APIs correctly distinguish checked exceptions from runtime exceptions.

 Feed java.net RSS Feeds