I used before a private NotYetImplementedException. I'm refactoring my code to use the lang.NotImplementedException. One of my previous use cases is no longer possible :

 try {
    ...
 } catch (... e) {
    throw new NotImplentedException("... <case description> ...", e);
 }

Does this usage seem useful for most of people ?

--
Alban Peignier - [EMAIL PROTECTED]
http://www.tryphon.org/~alban


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to