At
http://www.eros-os.org/pipermail/e-lang/2004-February/009557.html
Kevin Reid writes:
Kevin Reid <kpreid@attglobal.net> wrote:
> Some information that is present in javadoc pages but
not available from
> the E runtime (as far as I know):
...
> * Superclass of a Java class (or interface).
(TypeDesc has a getSupers
> method, but it returns null for Java types.)
I just remembered that having this information would
also be useful now
for some code I'm writing that wants to determine the
Java-types
(including supertypes) of exceptions (for purposes of
overlaying a more
useful-to-E exception type system).
Consider this a feature request.