classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NYIException


From: Brian Jones
Subject: Re: NYIException
Date: 25 Sep 2003 18:43:11 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Ingo Prötel <address@hidden> writes:

> Hi Sascha,
> 
> 
> Sascha Brawer wrote:
> > Ingo Prötel <address@hidden> 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 <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]