Hi,

> My first question is this:  Can I (or How do I) create the 
> ObjectType which
> would give me the <Any exception>(0) ObjectType?

Use null.
 
> My second question is this:  Would there be any real 
> difference between the
> ObjectType <Any exception>(0) and the ObjectType 
> java.lang.Throwable(66)

I don't think so. The <Any exception> case is just a hack
by SUN to handle exceptions thrown within a finally-block
(See JCM spec).

Cheers
        Markus

Reply via email to