public class org.apache.poi.hpsf.NoPropertySetStreamException extends org.apache.poi.hpsf.HPSFException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.poi.hpsf.NoPropertySetStreamException
  super_class: org.apache.poi.hpsf.HPSFException
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.poi.hpsf.NoPropertySetStreamException this
         0: .line 35
            aload 0 /* this */
            invokespecial org.apache.poi.hpsf.HPSFException.<init>:()V
         1: .line 36
            return
        end local 0 // org.apache.poi.hpsf.NoPropertySetStreamException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/poi/hpsf/NoPropertySetStreamException;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.poi.hpsf.NoPropertySetStreamException this
        start local 1 // java.lang.String msg
         0: .line 47
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial org.apache.poi.hpsf.HPSFException.<init>:(Ljava/lang/String;)V
         1: .line 48
            return
        end local 1 // java.lang.String msg
        end local 0 // org.apache.poi.hpsf.NoPropertySetStreamException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/poi/hpsf/NoPropertySetStreamException;
            0    2     1   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      msg   final

  public void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.poi.hpsf.NoPropertySetStreamException this
        start local 1 // java.lang.Throwable reason
         0: .line 59
            aload 0 /* this */
            aload 1 /* reason */
            invokespecial org.apache.poi.hpsf.HPSFException.<init>:(Ljava/lang/Throwable;)V
         1: .line 60
            return
        end local 1 // java.lang.Throwable reason
        end local 0 // org.apache.poi.hpsf.NoPropertySetStreamException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/poi/hpsf/NoPropertySetStreamException;
            0    2     1  reason  Ljava/lang/Throwable;
    MethodParameters:
        Name  Flags
      reason  final

  public void <init>(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.poi.hpsf.NoPropertySetStreamException this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Throwable reason
         0: .line 73
            aload 0 /* this */
            aload 1 /* msg */
            aload 2 /* reason */
            invokespecial org.apache.poi.hpsf.HPSFException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 74
            return
        end local 2 // java.lang.Throwable reason
        end local 1 // java.lang.String msg
        end local 0 // org.apache.poi.hpsf.NoPropertySetStreamException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/poi/hpsf/NoPropertySetStreamException;
            0    2     1     msg  Ljava/lang/String;
            0    2     2  reason  Ljava/lang/Throwable;
    MethodParameters:
        Name  Flags
      msg     final
      reason  final
}
SourceFile: "NoPropertySetStreamException.java"