public class com.sun.tools.javah.Util$Exit extends java.lang.Error
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javah.Util$Exit
  super_class: java.lang.Error
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 430820978114067221

  public final int exitValue;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final java.lang.Throwable cause;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javah.Util$Exit this
        start local 1 // int exitValue
         0: .line 60
            aload 0 /* this */
            iload 1 /* exitValue */
            aconst_null
            invokespecial com.sun.tools.javah.Util$Exit.<init>:(ILjava/lang/Throwable;)V
         1: .line 61
            return
        end local 1 // int exitValue
        end local 0 // com.sun.tools.javah.Util$Exit this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/tools/javah/Util$Exit;
            0    2     1  exitValue  I
    MethodParameters:
           Name  Flags
      exitValue  

  void <init>(int, java.lang.Throwable);
    descriptor: (ILjava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.javah.Util$Exit this
        start local 1 // int exitValue
        start local 2 // java.lang.Throwable cause
         0: .line 64
            aload 0 /* this */
            aload 2 /* cause */
            invokespecial java.lang.Error.<init>:(Ljava/lang/Throwable;)V
         1: .line 65
            aload 0 /* this */
            iload 1 /* exitValue */
            putfield com.sun.tools.javah.Util$Exit.exitValue:I
         2: .line 66
            aload 0 /* this */
            aload 2 /* cause */
            putfield com.sun.tools.javah.Util$Exit.cause:Ljava/lang/Throwable;
         3: .line 67
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // int exitValue
        end local 0 // com.sun.tools.javah.Util$Exit this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/tools/javah/Util$Exit;
            0    4     1  exitValue  I
            0    4     2      cause  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      exitValue  
      cause      

  void <init>(com.sun.tools.javah.Util$Exit);
    descriptor: (Lcom/sun/tools/javah/Util$Exit;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javah.Util$Exit this
        start local 1 // com.sun.tools.javah.Util$Exit e
         0: .line 70
            aload 0 /* this */
            aload 1 /* e */
            getfield com.sun.tools.javah.Util$Exit.exitValue:I
            aload 1 /* e */
            getfield com.sun.tools.javah.Util$Exit.cause:Ljava/lang/Throwable;
            invokespecial com.sun.tools.javah.Util$Exit.<init>:(ILjava/lang/Throwable;)V
         1: .line 71
            return
        end local 1 // com.sun.tools.javah.Util$Exit e
        end local 0 // com.sun.tools.javah.Util$Exit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javah/Util$Exit;
            0    2     1     e  Lcom/sun/tools/javah/Util$Exit;
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "Util.java"
NestHost: com.sun.tools.javah.Util
InnerClasses:
  public Exit = com.sun.tools.javah.Util$Exit of com.sun.tools.javah.Util