public class org.jruby.exceptions.MainExitException extends java.lang.RuntimeException implements org.jruby.exceptions.Unrescuable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.exceptions.MainExitException
  super_class: java.lang.RuntimeException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -8585821821150293755

  boolean usageError;
    descriptor: Z
    flags: (0x0000) 

  int status;
    descriptor: I
    flags: (0x0000) 

  private boolean aborted;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.exceptions.MainExitException this
        start local 1 // int status
         0: .line 38
            aload 0 /* this */
            iload 1 /* status */
            iconst_1
            invokespecial org.jruby.exceptions.MainExitException.<init>:(IZ)V
         1: .line 39
            return
        end local 1 // int status
        end local 0 // org.jruby.exceptions.MainExitException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/exceptions/MainExitException;
            0    2     1  status  I
    MethodParameters:
        Name  Flags
      status  

  public void <init>(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.exceptions.MainExitException this
        start local 1 // int status
        start local 2 // java.lang.String message
         0: .line 42
            aload 0 /* this */
            aload 2 /* message */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 44
            aload 0 /* this */
            iload 1 /* status */
            putfield org.jruby.exceptions.MainExitException.status:I
         2: .line 45
            return
        end local 2 // java.lang.String message
        end local 1 // int status
        end local 0 // org.jruby.exceptions.MainExitException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/exceptions/MainExitException;
            0    3     1   status  I
            0    3     2  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      status   
      message  

  public void <init>(int, boolean);
    descriptor: (IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.exceptions.MainExitException this
        start local 1 // int status
        start local 2 // boolean aborted
         0: .line 48
            aload 0 /* this */
            ldc "aborted"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 50
            aload 0 /* this */
            iload 1 /* status */
            putfield org.jruby.exceptions.MainExitException.status:I
         2: .line 51
            aload 0 /* this */
            iload 2 /* aborted */
            putfield org.jruby.exceptions.MainExitException.aborted:Z
         3: .line 52
            return
        end local 2 // boolean aborted
        end local 1 // int status
        end local 0 // org.jruby.exceptions.MainExitException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jruby/exceptions/MainExitException;
            0    4     1   status  I
            0    4     2  aborted  Z
    MethodParameters:
         Name  Flags
      status   
      aborted  

  public int getStatus();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.exceptions.MainExitException this
         0: .line 55
            aload 0 /* this */
            getfield org.jruby.exceptions.MainExitException.status:I
            ireturn
        end local 0 // org.jruby.exceptions.MainExitException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/exceptions/MainExitException;

  public void setStatus(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.exceptions.MainExitException this
        start local 1 // int status
         0: .line 59
            aload 0 /* this */
            iload 1 /* status */
            putfield org.jruby.exceptions.MainExitException.status:I
         1: .line 60
            return
        end local 1 // int status
        end local 0 // org.jruby.exceptions.MainExitException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/exceptions/MainExitException;
            0    2     1  status  I
    MethodParameters:
        Name  Flags
      status  

  public void setAborted(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.exceptions.MainExitException this
        start local 1 // boolean aborted
         0: .line 63
            aload 0 /* this */
            iload 1 /* aborted */
            putfield org.jruby.exceptions.MainExitException.aborted:Z
         1: .line 64
            return
        end local 1 // boolean aborted
        end local 0 // org.jruby.exceptions.MainExitException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/exceptions/MainExitException;
            0    2     1  aborted  Z
    MethodParameters:
         Name  Flags
      aborted  

  public boolean isAborted();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.exceptions.MainExitException this
         0: .line 67
            aload 0 /* this */
            getfield org.jruby.exceptions.MainExitException.aborted:Z
            ireturn
        end local 0 // org.jruby.exceptions.MainExitException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/exceptions/MainExitException;

  public boolean isUsageError();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.exceptions.MainExitException this
         0: .line 71
            aload 0 /* this */
            getfield org.jruby.exceptions.MainExitException.usageError:Z
            ireturn
        end local 0 // org.jruby.exceptions.MainExitException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/exceptions/MainExitException;

  public void setUsageError(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.exceptions.MainExitException this
        start local 1 // boolean usageError
         0: .line 75
            aload 0 /* this */
            iload 1 /* usageError */
            putfield org.jruby.exceptions.MainExitException.usageError:Z
         1: .line 76
            return
        end local 1 // boolean usageError
        end local 0 // org.jruby.exceptions.MainExitException this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/jruby/exceptions/MainExitException;
            0    2     1  usageError  Z
    MethodParameters:
            Name  Flags
      usageError  

  public java.lang.Throwable fillInStackTrace();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.exceptions.MainExitException this
         0: .line 79
            aload 0 /* this */
            areturn
        end local 0 // org.jruby.exceptions.MainExitException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/exceptions/MainExitException;
}
SourceFile: "MainExitException.java"