public class sun.jvm.hotspot.runtime.VMVersionMismatchException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.runtime.VMVersionMismatchException
  super_class: java.lang.RuntimeException
{
  private java.lang.String supportedVersions;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.runtime.VMVersionMismatchException this
        start local 1 // java.lang.String supported
        start local 2 // java.lang.String target
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
         1: .line 32
            aload 0 /* this */
            aload 1 /* supported */
            putfield sun.jvm.hotspot.runtime.VMVersionMismatchException.supportedVersions:Ljava/lang/String;
         2: .line 33
            aload 0 /* this */
            aload 2 /* target */
            putfield sun.jvm.hotspot.runtime.VMVersionMismatchException.targetVersion:Ljava/lang/String;
         3: .line 34
            return
        end local 2 // java.lang.String target
        end local 1 // java.lang.String supported
        end local 0 // sun.jvm.hotspot.runtime.VMVersionMismatchException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lsun/jvm/hotspot/runtime/VMVersionMismatchException;
            0    4     1  supported  Ljava/lang/String;
            0    4     2     target  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      supported  
      target     

  public java.lang.String getMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VMVersionMismatchException this
         0: .line 37
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* msg */
        start local 1 // java.lang.StringBuffer msg
         1: .line 38
            aload 1 /* msg */
            ldc "Supported versions are "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 39
            aload 1 /* msg */
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VMVersionMismatchException.supportedVersions:Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 40
            aload 1 /* msg */
            ldc ". Target VM is "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         4: .line 41
            aload 1 /* msg */
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VMVersionMismatchException.targetVersion:Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         5: .line 42
            aload 1 /* msg */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer msg
        end local 0 // sun.jvm.hotspot.runtime.VMVersionMismatchException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/jvm/hotspot/runtime/VMVersionMismatchException;
            1    6     1   msg  Ljava/lang/StringBuffer;

  public java.lang.String getSupportedVersions();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VMVersionMismatchException this
         0: .line 46
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VMVersionMismatchException.supportedVersions:Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.VMVersionMismatchException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/VMVersionMismatchException;

  public java.lang.String getTargetVersion();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VMVersionMismatchException this
         0: .line 50
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VMVersionMismatchException.targetVersion:Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.VMVersionMismatchException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/VMVersionMismatchException;
}
SourceFile: "VMVersionMismatchException.java"