> and use "<Any exception>" for the string, the table ends up 
> looking like
> this:
> 
> Exception handler(s) =
> From    To      Handler Type
> 7       15      21      java.lang.Exception(8)
> 7       32      32      <Any exception>(0)    <-- JIKES 
> generated catch
> 0       56      57      <Any exception>(66)     <-- MY BCEL 
> generated catch
> 
> 1) They still do not look exactly the same.  Question:  Would they be
> functionally the same?

Definitely not. They just look the same. <Any exception> is just a
special markup.

Cheers
        Markus

Reply via email to