Menu

#33 ExcHand: order failed: not 12<12<=12

open
nobody
decompiler (49)
5
2002-05-14
2002-05-14
No

Decomp of class results in:

Cannot load: java.io.IOException: An error occured
while decompiling [class]: java.lang.InternalError:
ExceptionHandler order failed: not 12<12<=12

Discussion

  • Mike Youngberg

    Mike Youngberg - 2002-05-14

    Class file

     
  • Jochen Hoenicke

    Jochen Hoenicke - 2002-05-21

    Logged In: YES
    user_id=18252

    This is the same as #484747. I think it happens with code
    produced by javac 1.4.

    I have no fix now. Probably the easiest is to remove the
    exception handler if it looks like this.

     
  • Juozas Baliuka

    Juozas Baliuka - 2002-10-16

    Logged In: YES
    user_id=337001

    Hi,
    I am trieng to decompile classes generated not by javac.
    http://cglib.sourceforge.net
    Decompiler fails with this message for something like this:
    try{
    ..............
    try{

    }catch(.....){
    .........
    }

    }catch( ... ){

    ..........
    }

     

Log in to post a comment.