I have a question regarding exception handling. Consider following Java code snippet.
try{
//code
}catch(SubSubException subsube
hmm, why do you even have to do the second approach? remember this, unless other options are better in terms of performance, readability, etc, you should stick with the conventions. catch statement were originally designed so they handle classification of exception types own their own so use them as is... just a thought!...