BTW:  Even if I use the deprecated method: 

public CodeExceptionGen addExceptionHandler(InstructionHandle start_pc,
                                            InstructionHandle end_pc,
                                            InstructionHandle handler_pc,
                                            java.lang.String catch_type)

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?

2) I do not really want to use a deprecated method.


rm -rf /bin/laden/������ 
Burt Wagner, Senior Software Engineer
NPULSE Software, Inc. at Hotbank
100 Superior Plaza Way, Suite 200
Superior, Colorado 80027
Work: (303) 642-4457 WFax: (303) 642-4002
Home: (303) 417-0493 HFax: (303) 417-0494
Cell: (303) 589-3095



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to