Ingo Prötel <[EMAIL PROTECTED]> writes:

> Hi Sascha,
> 
> 
> Sascha Brawer wrote:
> > Ingo Prötel <[EMAIL PROTECTED]> wrote on Tue, 23 Sep 2003 16:56:23 +0200:
> >
> >> I would like to again propose a standard NYIException to be used in
> >> Classpath.
> >>
> >>[...]
> >>
> >>package gnu.org.classpath;
> > Are you sure about this package name?
> 
> This should be
> package gnu.classpath;
> >
> >> public class NYIException extends UnsupportedOperationException
> > I'd favor "NotYetImplementedException". Class names tend to be very
> > verbose in Java, and IMHO it would make sense to follow that style.

Not sure we even need the extra exception type, just finding all the
spots to throw the UnsupportedOperationException and doing that would
probably be more than enough.

Brian
-- 
Brian Jones <[EMAIL PROTECTED]>


_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to