public class org.apache.tools.zip.UnsupportedZipFeatureException extends java.util.zip.ZipException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.tools.zip.UnsupportedZipFeatureException
  super_class: java.util.zip.ZipException
{
  private final org.apache.tools.zip.UnsupportedZipFeatureException$Feature reason;
    descriptor: Lorg/apache/tools/zip/UnsupportedZipFeatureException$Feature;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final transient org.apache.tools.zip.ZipEntry entry;
    descriptor: Lorg/apache/tools/zip/ZipEntry;
    flags: (0x0092) ACC_PRIVATE, ACC_FINAL, ACC_TRANSIENT

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 20161221

  public void <init>(org.apache.tools.zip.UnsupportedZipFeatureException$Feature, org.apache.tools.zip.ZipEntry);
    descriptor: (Lorg/apache/tools/zip/UnsupportedZipFeatureException$Feature;Lorg/apache/tools/zip/ZipEntry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.tools.zip.UnsupportedZipFeatureException this
        start local 1 // org.apache.tools.zip.UnsupportedZipFeatureException$Feature reason
        start local 2 // org.apache.tools.zip.ZipEntry entry
         0: .line 42
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "unsupported feature "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* reason */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " used in entry "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         1: .line 43
            aload 2 /* entry */
            invokevirtual org.apache.tools.zip.ZipEntry.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 42
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.util.zip.ZipException.<init>:(Ljava/lang/String;)V
         3: .line 44
            aload 0 /* this */
            aload 1 /* reason */
            putfield org.apache.tools.zip.UnsupportedZipFeatureException.reason:Lorg/apache/tools/zip/UnsupportedZipFeatureException$Feature;
         4: .line 45
            aload 0 /* this */
            aload 2 /* entry */
            putfield org.apache.tools.zip.UnsupportedZipFeatureException.entry:Lorg/apache/tools/zip/ZipEntry;
         5: .line 46
            return
        end local 2 // org.apache.tools.zip.ZipEntry entry
        end local 1 // org.apache.tools.zip.UnsupportedZipFeatureException$Feature reason
        end local 0 // org.apache.tools.zip.UnsupportedZipFeatureException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/apache/tools/zip/UnsupportedZipFeatureException;
            0    6     1  reason  Lorg/apache/tools/zip/UnsupportedZipFeatureException$Feature;
            0    6     2   entry  Lorg/apache/tools/zip/ZipEntry;
    MethodParameters:
        Name  Flags
      reason  
      entry   

  public org.apache.tools.zip.UnsupportedZipFeatureException$Feature getFeature();
    descriptor: ()Lorg/apache/tools/zip/UnsupportedZipFeatureException$Feature;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.tools.zip.UnsupportedZipFeatureException this
         0: .line 54
            aload 0 /* this */
            getfield org.apache.tools.zip.UnsupportedZipFeatureException.reason:Lorg/apache/tools/zip/UnsupportedZipFeatureException$Feature;
            areturn
        end local 0 // org.apache.tools.zip.UnsupportedZipFeatureException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/tools/zip/UnsupportedZipFeatureException;

  public org.apache.tools.zip.ZipEntry getEntry();
    descriptor: ()Lorg/apache/tools/zip/ZipEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.tools.zip.UnsupportedZipFeatureException this
         0: .line 63
            aload 0 /* this */
            getfield org.apache.tools.zip.UnsupportedZipFeatureException.entry:Lorg/apache/tools/zip/ZipEntry;
            areturn
        end local 0 // org.apache.tools.zip.UnsupportedZipFeatureException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/tools/zip/UnsupportedZipFeatureException;
}
SourceFile: "UnsupportedZipFeatureException.java"
NestMembers:
  org.apache.tools.zip.UnsupportedZipFeatureException$Feature
InnerClasses:
  public Feature = org.apache.tools.zip.UnsupportedZipFeatureException$Feature of org.apache.tools.zip.UnsupportedZipFeatureException