Re: Embed E in Java
Mark Miller <[email protected]>
| Newsgroups | gmane.comp.lang.e.general |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Oct 20, 2009 at 9:17 AM, Kevin Reid <[email protected]> wrote: > MarkM: Is there a non-historical reason NestedException/ > NestedThrowable/etc exist instead of using the Java 1.4 > Throwable.getCause() mechanism? Mostly history. The NestedException,.. mechanism predates Java 1.4. Since it worked, I have never examined the new getCause() API. I do not know whether or not it would be safe to use instead. -- Text by me above is hereby placed in the public domain Cheers, --MarkM