public class com.sun.istack.internal.XMLStreamException2 extends javax.xml.stream.XMLStreamException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.istack.internal.XMLStreamException2
  super_class: javax.xml.stream.XMLStreamException
{
  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 // com.sun.istack.internal.XMLStreamException2 this
        start local 1 // java.lang.String msg
         0: .line 38
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial javax.xml.stream.XMLStreamException.<init>:(Ljava/lang/String;)V
         1: .line 39
            return
        end local 1 // java.lang.String msg
        end local 0 // com.sun.istack.internal.XMLStreamException2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/istack/internal/XMLStreamException2;
            0    2     1   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      msg   

  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 // com.sun.istack.internal.XMLStreamException2 this
        start local 1 // java.lang.Throwable th
         0: .line 42
            aload 0 /* this */
            aload 1 /* th */
            invokespecial javax.xml.stream.XMLStreamException.<init>:(Ljava/lang/Throwable;)V
         1: .line 43
            return
        end local 1 // java.lang.Throwable th
        end local 0 // com.sun.istack.internal.XMLStreamException2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/istack/internal/XMLStreamException2;
            0    2     1    th  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      th    

  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 // com.sun.istack.internal.XMLStreamException2 this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Throwable th
         0: .line 46
            aload 0 /* this */
            aload 1 /* msg */
            aload 2 /* th */
            invokespecial javax.xml.stream.XMLStreamException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 47
            return
        end local 2 // java.lang.Throwable th
        end local 1 // java.lang.String msg
        end local 0 // com.sun.istack.internal.XMLStreamException2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/istack/internal/XMLStreamException2;
            0    2     1   msg  Ljava/lang/String;
            0    2     2    th  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      msg   
      th    

  public void <init>(java.lang.String, javax.xml.stream.Location);
    descriptor: (Ljava/lang/String;Ljavax/xml/stream/Location;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.istack.internal.XMLStreamException2 this
        start local 1 // java.lang.String msg
        start local 2 // javax.xml.stream.Location location
         0: .line 50
            aload 0 /* this */
            aload 1 /* msg */
            aload 2 /* location */
            invokespecial javax.xml.stream.XMLStreamException.<init>:(Ljava/lang/String;Ljavax/xml/stream/Location;)V
         1: .line 51
            return
        end local 2 // javax.xml.stream.Location location
        end local 1 // java.lang.String msg
        end local 0 // com.sun.istack.internal.XMLStreamException2 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/istack/internal/XMLStreamException2;
            0    2     1       msg  Ljava/lang/String;
            0    2     2  location  Ljavax/xml/stream/Location;
    MethodParameters:
          Name  Flags
      msg       
      location  

  public void <init>(java.lang.String, javax.xml.stream.Location, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljavax/xml/stream/Location;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.istack.internal.XMLStreamException2 this
        start local 1 // java.lang.String msg
        start local 2 // javax.xml.stream.Location location
        start local 3 // java.lang.Throwable th
         0: .line 54
            aload 0 /* this */
            aload 1 /* msg */
            aload 2 /* location */
            aload 3 /* th */
            invokespecial javax.xml.stream.XMLStreamException.<init>:(Ljava/lang/String;Ljavax/xml/stream/Location;Ljava/lang/Throwable;)V
         1: .line 55
            return
        end local 3 // java.lang.Throwable th
        end local 2 // javax.xml.stream.Location location
        end local 1 // java.lang.String msg
        end local 0 // com.sun.istack.internal.XMLStreamException2 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/istack/internal/XMLStreamException2;
            0    2     1       msg  Ljava/lang/String;
            0    2     2  location  Ljavax/xml/stream/Location;
            0    2     3        th  Ljava/lang/Throwable;
    MethodParameters:
          Name  Flags
      msg       
      location  
      th        

  public java.lang.Throwable getCause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.istack.internal.XMLStreamException2 this
         0: .line 61
            aload 0 /* this */
            invokevirtual com.sun.istack.internal.XMLStreamException2.getNestedException:()Ljava/lang/Throwable;
            areturn
        end local 0 // com.sun.istack.internal.XMLStreamException2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/istack/internal/XMLStreamException2;
}
SourceFile: "XMLStreamException2.java"