[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: NYIException
From: |
David Holmes |
Subject: |
RE: NYIException |
Date: |
Mon, 29 Sep 2003 11:56:17 +1000 |
> Say you've caught a RuntimeException e:
>
> if (e.getClass().getName().equals("gnu.classpath.NYIException")) {
> // do the classpath dance
> }
>
> can compile just fine against any not-gnu-classpath-using
> VM. You could use reflection, too, but there is no need here.
e.getClass().getName() *is* reflection in my book :-)
David Holmes
- RE: NYIException, (continued)
- RE: NYIException, Jeroen Frijters, 2003/09/27
- RE: NYIException, Jeroen Frijters, 2003/09/28
- RE: NYIException, Andrew Haley, 2003/09/28
- Re: NYIException, Stephen Crawley, 2003/09/28
- RE: NYIException, David Holmes, 2003/09/28
- Re: NYIException, Per Bothner, 2003/09/28
- RE: NYIException, David Holmes, 2003/09/28
- Re: NYIException, Dalibor Topic, 2003/09/28
- RE: NYIException,
David Holmes <=
- Re: NYIException, Dalibor Topic, 2003/09/28
- RE: NYIException, David Holmes, 2003/09/28
- Re: NYIException, Dalibor Topic, 2003/09/28
- Re: NYIException, Per Bothner, 2003/09/28
- NotYetImplementedError [Was: NYIException], Etienne Gagnon, 2003/09/28
- RE: NotYetImplementedError [Was: NYIException], David Holmes, 2003/09/28
- Re: NotYetImplementedError [Was: NYIException], Dalibor Topic, 2003/09/28
- Re: NotYetImplementedError [Was: NYIException], Etienne Gagnon, 2003/09/28
- Re: NotYetImplementedError [Was: NYIException], Etienne Gagnon, 2003/09/28
- RE: NotYetImplementedError [Was: NYIException], David Holmes, 2003/09/28