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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.api.errors.NotMergedException this
         0: .line 52
            aload 0 /* this */
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.notMergedExceptionMessage:Ljava/lang/String;
            invokespecial org.eclipse.jgit.api.errors.GitAPIException.<init>:(Ljava/lang/String;)V
         1: .line 53
            return
        end local 0 // org.eclipse.jgit.api.errors.NotMergedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/api/errors/NotMergedException;
}
SourceFile: "NotMergedException.java"