public class org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
  super_class: java.lang.Exception
{
  public static final int ErrBadMagic;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int ErrBadMinorVersion;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int ErrBadMajorVersion;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int ErrBadConstantClass;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int ErrBadConstantString;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final int ErrBadConstantNameAndType;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  public static final int ErrBadConstantFieldRef;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  public static final int ErrBadConstantMethodRef;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  public static final int ErrBadConstantInterfaceMethodRef;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  public static final int ErrBadConstantPoolIndex;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  public static final int ErrBadSuperclassName;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 11

  public static final int ErrInterfaceCannotBeFinal;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 12

  public static final int ErrInterfaceMustBeAbstract;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 13

  public static final int ErrBadModifiers;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 14

  public static final int ErrClassCannotBeAbstractFinal;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 15

  public static final int ErrBadClassname;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  public static final int ErrBadFieldInfo;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 17

  public static final int ErrBadMethodInfo;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 17

  public static final int ErrEmptyConstantPool;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 18

  public static final int ErrMalformedUtf8;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 19

  public static final int ErrUnknownConstantTag;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 20

  public static final int ErrTruncatedInput;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 21

  public static final int ErrMethodMustBeAbstract;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 22

  public static final int ErrMalformedAttribute;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 23

  public static final int ErrBadInterface;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 24

  public static final int ErrInterfaceMustSubclassObject;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 25

  public static final int ErrIncorrectInterfaceMethods;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 26

  public static final int ErrInvalidMethodName;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 27

  public static final int ErrInvalidMethodSignature;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 28

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6667458511042774540

  private int errorCode;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int bufferPosition;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Exception nestedException;
    descriptor: Ljava/lang/Exception;
    flags: (0x0002) ACC_PRIVATE

  private char[] fileName;
    descriptor: [C
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.RuntimeException, char[]);
    descriptor: (Ljava/lang/RuntimeException;[C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException this
        start local 1 // java.lang.RuntimeException e
        start local 2 // char[] fileName
         0: .line 56
            aload 0 /* this */
            invokespecial java.lang.Exception.<init>:()V
         1: .line 57
            aload 0 /* this */
            aload 1 /* e */
            putfield org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException.nestedException:Ljava/lang/Exception;
         2: .line 58
            aload 0 /* this */
            aload 2 /* fileName */
            putfield org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException.fileName:[C
         3: .line 59
            return
        end local 2 // char[] fileName
        end local 1 // java.lang.RuntimeException e
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/jdt/internal/compiler/classfmt/ClassFormatException;
            0    4     1         e  Ljava/lang/RuntimeException;
            0    4     2  fileName  [C
    MethodParameters:
          Name  Flags
      e         
      fileName  

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException this
        start local 1 // int code
         0: .line 60
            aload 0 /* this */
            invokespecial java.lang.Exception.<init>:()V
         1: .line 61
            aload 0 /* this */
            iload 1 /* code */
            putfield org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException.errorCode:I
         2: .line 62
            return
        end local 1 // int code
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/classfmt/ClassFormatException;
            0    3     1  code  I
    MethodParameters:
      Name  Flags
      code  

  public void <init>(java.lang.Exception, char[], int, int);
    descriptor: (Ljava/lang/Exception;[CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException this
        start local 1 // java.lang.Exception e
        start local 2 // char[] fileName
        start local 3 // int code
        start local 4 // int bufPos
         0: .line 63
            aload 0 /* this */
            invokespecial java.lang.Exception.<init>:()V
         1: .line 64
            aload 0 /* this */
            aload 1 /* e */
            putfield org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException.nestedException:Ljava/lang/Exception;
         2: .line 65
            aload 0 /* this */
            aload 2 /* fileName */
            putfield org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException.fileName:[C
         3: .line 66
            aload 0 /* this */
            iload 3 /* code */
            putfield org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException.errorCode:I
         4: .line 67
            aload 0 /* this */
            iload 4 /* bufPos */
            putfield org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException.bufferPosition:I
         5: .line 68
            return
        end local 4 // int bufPos
        end local 3 // int code
        end local 2 // char[] fileName
        end local 1 // java.lang.Exception e
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/jdt/internal/compiler/classfmt/ClassFormatException;
            0    6     1         e  Ljava/lang/Exception;
            0    6     2  fileName  [C
            0    6     3      code  I
            0    6     4    bufPos  I
    MethodParameters:
          Name  Flags
      e         
      fileName  
      code      
      bufPos    

  public int getErrorCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException this
         0: .line 73
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException.errorCode:I
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/classfmt/ClassFormatException;

  public int getBufferPosition();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException this
         0: .line 79
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException.bufferPosition:I
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/classfmt/ClassFormatException;

  public java.lang.Throwable getException();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException this
         0: .line 88
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException.nestedException:Ljava/lang/Exception;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/classfmt/ClassFormatException;

  public void printStackTrace();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException this
         0: .line 92
            aload 0 /* this */
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException.printStackTrace:(Ljava/io/PrintStream;)V
         1: .line 93
            return
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/classfmt/ClassFormatException;

  public void printStackTrace(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException this
        start local 1 // java.io.PrintStream output
         0: .line 103
            aload 1 /* output */
            dup
            astore 2
            monitorenter
         1: .line 104
            aload 0 /* this */
            aload 1 /* output */
            invokespecial java.lang.Exception.printStackTrace:(Ljava/io/PrintStream;)V
         2: .line 105
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException.getException:()Ljava/lang/Throwable;
            astore 3 /* throwable */
        start local 3 // java.lang.Throwable throwable
         3: .line 106
            aload 3 /* throwable */
            ifnull 11
         4: .line 107
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException.fileName:[C
            ifnull 9
         5: .line 108
            aload 1 /* output */
            ldc "Caused in "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         6: .line 109
            aload 1 /* output */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException.fileName:[C
            invokevirtual java.io.PrintStream.print:([C)V
         7: .line 110
            aload 1 /* output */
            ldc " by: "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         8: .line 111
            goto 10
         9: .line 112
      StackMap locals: java.io.PrintStream java.lang.Throwable
      StackMap stack:
            aload 1 /* output */
            ldc "Caused by: "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        10: .line 114
      StackMap locals:
      StackMap stack:
            aload 3 /* throwable */
            aload 1 /* output */
            invokevirtual java.lang.Throwable.printStackTrace:(Ljava/io/PrintStream;)V
        end local 3 // java.lang.Throwable throwable
        11: .line 103
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        12: goto 15
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: aload 2
            monitorexit
        14: athrow
        15: .line 117
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.PrintStream output
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   16     0       this  Lorg/eclipse/jdt/internal/compiler/classfmt/ClassFormatException;
            0   16     1     output  Ljava/io/PrintStream;
            3   11     3  throwable  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1    12      13  any
          13    14      13  any
    MethodParameters:
        Name  Flags
      output  

  public void printStackTrace(java.io.PrintWriter);
    descriptor: (Ljava/io/PrintWriter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException this
        start local 1 // java.io.PrintWriter output
         0: .line 127
            aload 1 /* output */
            dup
            astore 2
            monitorenter
         1: .line 128
            aload 0 /* this */
            aload 1 /* output */
            invokespecial java.lang.Exception.printStackTrace:(Ljava/io/PrintWriter;)V
         2: .line 129
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException.getException:()Ljava/lang/Throwable;
            astore 3 /* throwable */
        start local 3 // java.lang.Throwable throwable
         3: .line 130
            aload 3 /* throwable */
            ifnull 11
         4: .line 131
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException.fileName:[C
            ifnull 9
         5: .line 132
            aload 1 /* output */
            ldc "Caused in "
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
         6: .line 133
            aload 1 /* output */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException.fileName:[C
            invokevirtual java.io.PrintWriter.print:([C)V
         7: .line 134
            aload 1 /* output */
            ldc " by: "
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
         8: .line 135
            goto 10
         9: .line 136
      StackMap locals: java.io.PrintWriter java.lang.Throwable
      StackMap stack:
            aload 1 /* output */
            ldc "Caused by: "
            invokevirtual java.io.PrintWriter.print:(Ljava/lang/String;)V
        10: .line 138
      StackMap locals:
      StackMap stack:
            aload 3 /* throwable */
            aload 1 /* output */
            invokevirtual java.lang.Throwable.printStackTrace:(Ljava/io/PrintWriter;)V
        end local 3 // java.lang.Throwable throwable
        11: .line 127
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        12: goto 15
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: aload 2
            monitorexit
        14: athrow
        15: .line 141
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.PrintWriter output
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   16     0       this  Lorg/eclipse/jdt/internal/compiler/classfmt/ClassFormatException;
            0   16     1     output  Ljava/io/PrintWriter;
            3   11     3  throwable  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1    12      13  any
          13    14      13  any
    MethodParameters:
        Name  Flags
      output  
}
SourceFile: "ClassFormatException.java"