public class org.eclipse.jgit.errors.CorruptObjectException extends java.io.IOException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jgit.errors.CorruptObjectException
  super_class: java.io.IOException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private org.eclipse.jgit.lib.ObjectChecker$ErrorType errorType;
    descriptor: Lorg/eclipse/jgit/lib/ObjectChecker$ErrorType;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.eclipse.jgit.lib.ObjectChecker$ErrorType, org.eclipse.jgit.lib.AnyObjectId, java.lang.String);
    descriptor: (Lorg/eclipse/jgit/lib/ObjectChecker$ErrorType;Lorg/eclipse/jgit/lib/AnyObjectId;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.eclipse.jgit.errors.CorruptObjectException this
        start local 1 // org.eclipse.jgit.lib.ObjectChecker$ErrorType type
        start local 2 // org.eclipse.jgit.lib.AnyObjectId id
        start local 3 // java.lang.String why
         0: .line 79
            aload 0 /* this */
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.objectIsCorrupt3:Ljava/lang/String;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 80
            aload 1 /* type */
            invokevirtual org.eclipse.jgit.lib.ObjectChecker$ErrorType.getMessageId:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 2 /* id */
            invokevirtual org.eclipse.jgit.lib.AnyObjectId.name:()Ljava/lang/String;
            aastore
            dup
            iconst_2
            aload 3 /* why */
            aastore
         2: .line 79
            invokestatic java.text.MessageFormat.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
         3: .line 81
            aload 0 /* this */
            aload 1 /* type */
            putfield org.eclipse.jgit.errors.CorruptObjectException.errorType:Lorg/eclipse/jgit/lib/ObjectChecker$ErrorType;
         4: .line 82
            return
        end local 3 // java.lang.String why
        end local 2 // org.eclipse.jgit.lib.AnyObjectId id
        end local 1 // org.eclipse.jgit.lib.ObjectChecker$ErrorType type
        end local 0 // org.eclipse.jgit.errors.CorruptObjectException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jgit/errors/CorruptObjectException;
            0    5     1  type  Lorg/eclipse/jgit/lib/ObjectChecker$ErrorType;
            0    5     2    id  Lorg/eclipse/jgit/lib/AnyObjectId;
            0    5     3   why  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      type  
      id    
      why   

  public void <init>(org.eclipse.jgit.lib.AnyObjectId, java.lang.String);
    descriptor: (Lorg/eclipse/jgit/lib/AnyObjectId;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.errors.CorruptObjectException this
        start local 1 // org.eclipse.jgit.lib.AnyObjectId id
        start local 2 // java.lang.String why
         0: .line 94
            aload 0 /* this */
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.objectIsCorrupt:Ljava/lang/String;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* id */
            invokevirtual org.eclipse.jgit.lib.AnyObjectId.name:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 2 /* why */
            aastore
            invokestatic java.text.MessageFormat.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
         1: .line 95
            return
        end local 2 // java.lang.String why
        end local 1 // org.eclipse.jgit.lib.AnyObjectId id
        end local 0 // org.eclipse.jgit.errors.CorruptObjectException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/errors/CorruptObjectException;
            0    2     1    id  Lorg/eclipse/jgit/lib/AnyObjectId;
            0    2     2   why  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    
      why   

  public void <init>(org.eclipse.jgit.lib.ObjectId, java.lang.String);
    descriptor: (Lorg/eclipse/jgit/lib/ObjectId;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.errors.CorruptObjectException this
        start local 1 // org.eclipse.jgit.lib.ObjectId id
        start local 2 // java.lang.String why
         0: .line 107
            aload 0 /* this */
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.objectIsCorrupt:Ljava/lang/String;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* id */
            invokevirtual org.eclipse.jgit.lib.ObjectId.name:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 2 /* why */
            aastore
            invokestatic java.text.MessageFormat.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
         1: .line 108
            return
        end local 2 // java.lang.String why
        end local 1 // org.eclipse.jgit.lib.ObjectId id
        end local 0 // org.eclipse.jgit.errors.CorruptObjectException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/errors/CorruptObjectException;
            0    2     1    id  Lorg/eclipse/jgit/lib/ObjectId;
            0    2     2   why  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    
      why   

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.errors.CorruptObjectException this
        start local 1 // java.lang.String why
         0: .line 118
            aload 0 /* this */
            aload 1 /* why */
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
         1: .line 119
            return
        end local 1 // java.lang.String why
        end local 0 // org.eclipse.jgit.errors.CorruptObjectException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/errors/CorruptObjectException;
            0    2     1   why  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      why   

  public void <init>(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.errors.CorruptObjectException this
        start local 1 // java.lang.String why
        start local 2 // java.lang.Throwable cause
         0: .line 132
            aload 0 /* this */
            aload 1 /* why */
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
         1: .line 133
            aload 0 /* this */
            aload 2 /* cause */
            invokevirtual org.eclipse.jgit.errors.CorruptObjectException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         2: .line 134
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String why
        end local 0 // org.eclipse.jgit.errors.CorruptObjectException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/jgit/errors/CorruptObjectException;
            0    3     1    why  Ljava/lang/String;
            0    3     2  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      why    
      cause  

  public org.eclipse.jgit.lib.ObjectChecker$ErrorType getErrorType();
    descriptor: ()Lorg/eclipse/jgit/lib/ObjectChecker$ErrorType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.errors.CorruptObjectException this
         0: .line 145
            aload 0 /* this */
            getfield org.eclipse.jgit.errors.CorruptObjectException.errorType:Lorg/eclipse/jgit/lib/ObjectChecker$ErrorType;
            areturn
        end local 0 // org.eclipse.jgit.errors.CorruptObjectException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/errors/CorruptObjectException;
    RuntimeVisibleAnnotations: 
      org.eclipse.jgit.annotations.Nullable()
}
SourceFile: "CorruptObjectException.java"
InnerClasses:
  public final ErrorType = org.eclipse.jgit.lib.ObjectChecker$ErrorType of org.eclipse.jgit.lib.ObjectChecker