public class org.eclipse.jgit.api.errors.FilterFailedException 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.FilterFailedException
  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.lang.String filterCommand;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String path;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private byte[] stdout;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String stderr;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(java.lang.Exception, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/Exception;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.eclipse.jgit.api.errors.FilterFailedException this
        start local 1 // java.lang.Exception cause
        start local 2 // java.lang.String filterCommand
        start local 3 // java.lang.String path
         0: .line 75
            aload 0 /* this */
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.filterExecutionFailed:Ljava/lang/String;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 76
            aload 2 /* filterCommand */
            aastore
            dup
            iconst_1
            aload 3 /* path */
            aastore
         2: .line 75
            invokestatic java.text.MessageFormat.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         3: .line 76
            aload 1 /* cause */
            invokespecial org.eclipse.jgit.api.errors.GitAPIException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         4: .line 77
            aload 0 /* this */
            aload 2 /* filterCommand */
            putfield org.eclipse.jgit.api.errors.FilterFailedException.filterCommand:Ljava/lang/String;
         5: .line 78
            aload 0 /* this */
            aload 3 /* path */
            putfield org.eclipse.jgit.api.errors.FilterFailedException.path:Ljava/lang/String;
         6: .line 79
            return
        end local 3 // java.lang.String path
        end local 2 // java.lang.String filterCommand
        end local 1 // java.lang.Exception cause
        end local 0 // org.eclipse.jgit.api.errors.FilterFailedException this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lorg/eclipse/jgit/api/errors/FilterFailedException;
            0    7     1          cause  Ljava/lang/Exception;
            0    7     2  filterCommand  Ljava/lang/String;
            0    7     3           path  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      cause          
      filterCommand  
      path           

  public void <init>(int, java.lang.String, java.lang.String, byte[], java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;[BLjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // org.eclipse.jgit.api.errors.FilterFailedException this
        start local 1 // int rc
        start local 2 // java.lang.String filterCommand
        start local 3 // java.lang.String path
        start local 4 // byte[] stdout
        start local 5 // java.lang.String stderr
         0: .line 99
            aload 0 /* this */
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.filterExecutionFailedRc:Ljava/lang/String;
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 100
            aload 2 /* filterCommand */
            aastore
            dup
            iconst_1
            aload 3 /* path */
            aastore
            dup
            iconst_2
            iload 1 /* rc */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_3
            aload 5 /* stderr */
            aastore
         2: .line 99
            invokestatic java.text.MessageFormat.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial org.eclipse.jgit.api.errors.GitAPIException.<init>:(Ljava/lang/String;)V
         3: .line 101
            aload 0 /* this */
            iload 1 /* rc */
            putfield org.eclipse.jgit.api.errors.FilterFailedException.rc:I
         4: .line 102
            aload 0 /* this */
            aload 2 /* filterCommand */
            putfield org.eclipse.jgit.api.errors.FilterFailedException.filterCommand:Ljava/lang/String;
         5: .line 103
            aload 0 /* this */
            aload 3 /* path */
            putfield org.eclipse.jgit.api.errors.FilterFailedException.path:Ljava/lang/String;
         6: .line 104
            aload 0 /* this */
            aload 4 /* stdout */
            putfield org.eclipse.jgit.api.errors.FilterFailedException.stdout:[B
         7: .line 105
            aload 0 /* this */
            aload 5 /* stderr */
            putfield org.eclipse.jgit.api.errors.FilterFailedException.stderr:Ljava/lang/String;
         8: .line 106
            return
        end local 5 // java.lang.String stderr
        end local 4 // byte[] stdout
        end local 3 // java.lang.String path
        end local 2 // java.lang.String filterCommand
        end local 1 // int rc
        end local 0 // org.eclipse.jgit.api.errors.FilterFailedException this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lorg/eclipse/jgit/api/errors/FilterFailedException;
            0    9     1             rc  I
            0    9     2  filterCommand  Ljava/lang/String;
            0    9     3           path  Ljava/lang/String;
            0    9     4         stdout  [B
            0    9     5         stderr  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      rc             
      filterCommand  
      path           
      stdout         
      stderr         

  public java.lang.String getFilterCommand();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.api.errors.FilterFailedException this
         0: .line 114
            aload 0 /* this */
            getfield org.eclipse.jgit.api.errors.FilterFailedException.filterCommand:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jgit.api.errors.FilterFailedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/api/errors/FilterFailedException;

  public java.lang.String getPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.api.errors.FilterFailedException this
         0: .line 123
            aload 0 /* this */
            getfield org.eclipse.jgit.api.errors.FilterFailedException.path:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jgit.api.errors.FilterFailedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/api/errors/FilterFailedException;

  public byte[] getOutput();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.api.errors.FilterFailedException this
         0: .line 133
            aload 0 /* this */
            getfield org.eclipse.jgit.api.errors.FilterFailedException.stdout:[B
            areturn
        end local 0 // org.eclipse.jgit.api.errors.FilterFailedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/api/errors/FilterFailedException;

  public java.lang.String getError();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.api.errors.FilterFailedException this
         0: .line 142
            aload 0 /* this */
            getfield org.eclipse.jgit.api.errors.FilterFailedException.stderr:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jgit.api.errors.FilterFailedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/api/errors/FilterFailedException;

  public int getReturnCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.api.errors.FilterFailedException this
         0: .line 151
            aload 0 /* this */
            getfield org.eclipse.jgit.api.errors.FilterFailedException.rc:I
            ireturn
        end local 0 // org.eclipse.jgit.api.errors.FilterFailedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/api/errors/FilterFailedException;
}
SourceFile: "FilterFailedException.java"