public class org.eclipse.jgit.api.errors.CheckoutConflictException 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.CheckoutConflictException
  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

  private java.util.List<java.lang.String> conflictingPaths;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;

  public void <init>(java.util.List<java.lang.String>, org.eclipse.jgit.errors.CheckoutConflictException);
    descriptor: (Ljava/util/List;Lorg/eclipse/jgit/errors/CheckoutConflictException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.api.errors.CheckoutConflictException this
        start local 1 // java.util.List conflictingPaths
        start local 2 // org.eclipse.jgit.errors.CheckoutConflictException e
         0: .line 62
            aload 0 /* this */
            aload 2 /* e */
            invokevirtual org.eclipse.jgit.errors.CheckoutConflictException.getMessage:()Ljava/lang/String;
            aload 2 /* e */
            invokespecial org.eclipse.jgit.api.errors.GitAPIException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 63
            aload 0 /* this */
            aload 1 /* conflictingPaths */
            putfield org.eclipse.jgit.api.errors.CheckoutConflictException.conflictingPaths:Ljava/util/List;
         2: .line 64
            return
        end local 2 // org.eclipse.jgit.errors.CheckoutConflictException e
        end local 1 // java.util.List conflictingPaths
        end local 0 // org.eclipse.jgit.api.errors.CheckoutConflictException this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lorg/eclipse/jgit/api/errors/CheckoutConflictException;
            0    3     1  conflictingPaths  Ljava/util/List<Ljava/lang/String;>;
            0    3     2                 e  Lorg/eclipse/jgit/errors/CheckoutConflictException;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lorg/eclipse/jgit/errors/CheckoutConflictException;)V
    MethodParameters:
                  Name  Flags
      conflictingPaths  
      e                 

  void <init>(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.api.errors.CheckoutConflictException this
        start local 1 // java.lang.String message
        start local 2 // java.lang.Throwable cause
         0: .line 67
            aload 0 /* this */
            aload 1 /* message */
            aload 2 /* cause */
            invokespecial org.eclipse.jgit.api.errors.GitAPIException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 68
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String message
        end local 0 // org.eclipse.jgit.api.errors.CheckoutConflictException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/jgit/api/errors/CheckoutConflictException;
            0    2     1  message  Ljava/lang/String;
            0    2     2    cause  Ljava/lang/Throwable;
    MethodParameters:
         Name  Flags
      message  
      cause    

  void <init>(java.lang.String, java.util.List<java.lang.String>, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/util/List;Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.jgit.api.errors.CheckoutConflictException this
        start local 1 // java.lang.String message
        start local 2 // java.util.List conflictingPaths
        start local 3 // java.lang.Throwable cause
         0: .line 71
            aload 0 /* this */
            aload 1 /* message */
            aload 3 /* cause */
            invokespecial org.eclipse.jgit.api.errors.GitAPIException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 72
            aload 0 /* this */
            aload 2 /* conflictingPaths */
            putfield org.eclipse.jgit.api.errors.CheckoutConflictException.conflictingPaths:Ljava/util/List;
         2: .line 73
            return
        end local 3 // java.lang.Throwable cause
        end local 2 // java.util.List conflictingPaths
        end local 1 // java.lang.String message
        end local 0 // org.eclipse.jgit.api.errors.CheckoutConflictException this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lorg/eclipse/jgit/api/errors/CheckoutConflictException;
            0    3     1           message  Ljava/lang/String;
            0    3     2  conflictingPaths  Ljava/util/List<Ljava/lang/String;>;
            0    3     3             cause  Ljava/lang/Throwable;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;Ljava/lang/Throwable;)V
    MethodParameters:
                  Name  Flags
      message           
      conflictingPaths  
      cause             

  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.api.errors.CheckoutConflictException this
        start local 1 // java.lang.String message
         0: .line 76
            aload 0 /* this */
            aload 1 /* message */
            invokespecial org.eclipse.jgit.api.errors.GitAPIException.<init>:(Ljava/lang/String;)V
         1: .line 77
            return
        end local 1 // java.lang.String message
        end local 0 // org.eclipse.jgit.api.errors.CheckoutConflictException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/jgit/api/errors/CheckoutConflictException;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  void <init>(java.lang.String, java.util.List<java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.api.errors.CheckoutConflictException this
        start local 1 // java.lang.String message
        start local 2 // java.util.List conflictingPaths
         0: .line 80
            aload 0 /* this */
            aload 1 /* message */
            invokespecial org.eclipse.jgit.api.errors.GitAPIException.<init>:(Ljava/lang/String;)V
         1: .line 81
            aload 0 /* this */
            aload 2 /* conflictingPaths */
            putfield org.eclipse.jgit.api.errors.CheckoutConflictException.conflictingPaths:Ljava/util/List;
         2: .line 82
            return
        end local 2 // java.util.List conflictingPaths
        end local 1 // java.lang.String message
        end local 0 // org.eclipse.jgit.api.errors.CheckoutConflictException this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lorg/eclipse/jgit/api/errors/CheckoutConflictException;
            0    3     1           message  Ljava/lang/String;
            0    3     2  conflictingPaths  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;)V
    MethodParameters:
                  Name  Flags
      message           
      conflictingPaths  

  public java.util.List<java.lang.String> getConflictingPaths();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.api.errors.CheckoutConflictException this
         0: .line 90
            aload 0 /* this */
            getfield org.eclipse.jgit.api.errors.CheckoutConflictException.conflictingPaths:Ljava/util/List;
            areturn
        end local 0 // org.eclipse.jgit.api.errors.CheckoutConflictException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/api/errors/CheckoutConflictException;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  org.eclipse.jgit.api.errors.CheckoutConflictException addConflictingPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/jgit/api/errors/CheckoutConflictException;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.api.errors.CheckoutConflictException this
        start local 1 // java.lang.String conflictingPath
         0: .line 100
            aload 0 /* this */
            getfield org.eclipse.jgit.api.errors.CheckoutConflictException.conflictingPaths:Ljava/util/List;
            ifnonnull 2
         1: .line 101
            aload 0 /* this */
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            putfield org.eclipse.jgit.api.errors.CheckoutConflictException.conflictingPaths:Ljava/util/List;
         2: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.api.errors.CheckoutConflictException.conflictingPaths:Ljava/util/List;
            aload 1 /* conflictingPath */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 103
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String conflictingPath
        end local 0 // org.eclipse.jgit.api.errors.CheckoutConflictException this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lorg/eclipse/jgit/api/errors/CheckoutConflictException;
            0    4     1  conflictingPath  Ljava/lang/String;
    MethodParameters:
                 Name  Flags
      conflictingPath  
}
SourceFile: "CheckoutConflictException.java"