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

  private final org.eclipse.jgit.lib.ObjectId missing;
    descriptor: Lorg/eclipse/jgit/lib/ObjectId;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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.MissingObjectException this
        start local 1 // org.eclipse.jgit.lib.ObjectId id
        start local 2 // java.lang.String type
         0: .line 73
            aload 0 /* this */
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.missingObject:Ljava/lang/String;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* type */
            aastore
            dup
            iconst_1
            aload 1 /* id */
            invokevirtual org.eclipse.jgit.lib.ObjectId.name:()Ljava/lang/String;
            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 74
            aload 0 /* this */
            aload 1 /* id */
            invokevirtual org.eclipse.jgit.lib.ObjectId.copy:()Lorg/eclipse/jgit/lib/ObjectId;
            putfield org.eclipse.jgit.errors.MissingObjectException.missing:Lorg/eclipse/jgit/lib/ObjectId;
         2: .line 75
            return
        end local 2 // java.lang.String type
        end local 1 // org.eclipse.jgit.lib.ObjectId id
        end local 0 // org.eclipse.jgit.errors.MissingObjectException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/errors/MissingObjectException;
            0    3     1    id  Lorg/eclipse/jgit/lib/ObjectId;
            0    3     2  type  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    
      type  

  public void <init>(org.eclipse.jgit.lib.ObjectId, int);
    descriptor: (Lorg/eclipse/jgit/lib/ObjectId;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.errors.MissingObjectException this
        start local 1 // org.eclipse.jgit.lib.ObjectId id
        start local 2 // int type
         0: .line 85
            aload 0 /* this */
            aload 1 /* id */
            iload 2 /* type */
            invokestatic org.eclipse.jgit.lib.Constants.typeString:(I)Ljava/lang/String;
            invokespecial org.eclipse.jgit.errors.MissingObjectException.<init>:(Lorg/eclipse/jgit/lib/ObjectId;Ljava/lang/String;)V
         1: .line 86
            return
        end local 2 // int type
        end local 1 // org.eclipse.jgit.lib.ObjectId id
        end local 0 // org.eclipse.jgit.errors.MissingObjectException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/errors/MissingObjectException;
            0    2     1    id  Lorg/eclipse/jgit/lib/ObjectId;
            0    2     2  type  I
    MethodParameters:
      Name  Flags
      id    
      type  

  public void <init>(org.eclipse.jgit.lib.AbbreviatedObjectId, int);
    descriptor: (Lorg/eclipse/jgit/lib/AbbreviatedObjectId;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.errors.MissingObjectException this
        start local 1 // org.eclipse.jgit.lib.AbbreviatedObjectId id
        start local 2 // int type
         0: .line 98
            aload 0 /* this */
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.missingObject:Ljava/lang/String;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 99
            iload 2 /* type */
            invokestatic org.eclipse.jgit.lib.Constants.typeString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 1 /* id */
            invokevirtual org.eclipse.jgit.lib.AbbreviatedObjectId.name:()Ljava/lang/String;
            aastore
         2: .line 98
            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 100
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jgit.errors.MissingObjectException.missing:Lorg/eclipse/jgit/lib/ObjectId;
         4: .line 101
            return
        end local 2 // int type
        end local 1 // org.eclipse.jgit.lib.AbbreviatedObjectId id
        end local 0 // org.eclipse.jgit.errors.MissingObjectException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jgit/errors/MissingObjectException;
            0    5     1    id  Lorg/eclipse/jgit/lib/AbbreviatedObjectId;
            0    5     2  type  I
    MethodParameters:
      Name  Flags
      id    
      type  

  public org.eclipse.jgit.lib.ObjectId getObjectId();
    descriptor: ()Lorg/eclipse/jgit/lib/ObjectId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.errors.MissingObjectException this
         0: .line 109
            aload 0 /* this */
            getfield org.eclipse.jgit.errors.MissingObjectException.missing:Lorg/eclipse/jgit/lib/ObjectId;
            areturn
        end local 0 // org.eclipse.jgit.errors.MissingObjectException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/errors/MissingObjectException;
}
SourceFile: "MissingObjectException.java"