public class com.sun.org.apache.xpath.internal.XPathException extends javax.xml.transform.TransformerException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xpath.internal.XPathException
  super_class: javax.xml.transform.TransformerException
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 4263549717619045963

  java.lang.Object m_styleNode;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 

  protected java.lang.Exception m_exception;
    descriptor: Ljava/lang/Exception;
    flags: (0x0004) ACC_PROTECTED

  public java.lang.Object getStylesheetNode();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xpath.internal.XPathException this
         0: .line 51
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.XPathException.m_styleNode:Ljava/lang/Object;
            areturn
        end local 0 // com.sun.org.apache.xpath.internal.XPathException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/XPathException;

  public void setStylesheetNode(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.XPathException this
        start local 1 // java.lang.Object styleNode
         0: .line 60
            aload 0 /* this */
            aload 1 /* styleNode */
            putfield com.sun.org.apache.xpath.internal.XPathException.m_styleNode:Ljava/lang/Object;
         1: .line 61
            return
        end local 1 // java.lang.Object styleNode
        end local 0 // com.sun.org.apache.xpath.internal.XPathException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/org/apache/xpath/internal/XPathException;
            0    2     1  styleNode  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      styleNode  

  public void <init>(java.lang.String, com.sun.org.apache.xpath.internal.ExpressionNode);
    descriptor: (Ljava/lang/String;Lcom/sun/org/apache/xpath/internal/ExpressionNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.XPathException this
        start local 1 // java.lang.String message
        start local 2 // com.sun.org.apache.xpath.internal.ExpressionNode ex
         0: .line 75
            aload 0 /* this */
            aload 1 /* message */
            invokespecial javax.xml.transform.TransformerException.<init>:(Ljava/lang/String;)V
         1: .line 43
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xpath.internal.XPathException.m_styleNode:Ljava/lang/Object;
         2: .line 76
            aload 0 /* this */
            aload 2 /* ex */
            invokevirtual com.sun.org.apache.xpath.internal.XPathException.setLocator:(Ljavax/xml/transform/SourceLocator;)V
         3: .line 77
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* ex */
            invokevirtual com.sun.org.apache.xpath.internal.XPathException.getStylesheetNode:(Lcom/sun/org/apache/xpath/internal/ExpressionNode;)Lorg/w3c/dom/Node;
            invokevirtual com.sun.org.apache.xpath.internal.XPathException.setStylesheetNode:(Ljava/lang/Object;)V
         4: .line 78
            return
        end local 2 // com.sun.org.apache.xpath.internal.ExpressionNode ex
        end local 1 // java.lang.String message
        end local 0 // com.sun.org.apache.xpath.internal.XPathException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/sun/org/apache/xpath/internal/XPathException;
            0    5     1  message  Ljava/lang/String;
            0    5     2       ex  Lcom/sun/org/apache/xpath/internal/ExpressionNode;
    MethodParameters:
         Name  Flags
      message  
      ex       

  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.org.apache.xpath.internal.XPathException this
        start local 1 // java.lang.String message
         0: .line 87
            aload 0 /* this */
            aload 1 /* message */
            invokespecial javax.xml.transform.TransformerException.<init>:(Ljava/lang/String;)V
         1: .line 43
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xpath.internal.XPathException.m_styleNode:Ljava/lang/Object;
         2: .line 88
            return
        end local 1 // java.lang.String message
        end local 0 // com.sun.org.apache.xpath.internal.XPathException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/org/apache/xpath/internal/XPathException;
            0    3     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  public org.w3c.dom.Node getStylesheetNode(com.sun.org.apache.xpath.internal.ExpressionNode);
    descriptor: (Lcom/sun/org/apache/xpath/internal/ExpressionNode;)Lorg/w3c/dom/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.XPathException this
        start local 1 // com.sun.org.apache.xpath.internal.ExpressionNode ex
         0: .line 99
            aload 0 /* this */
            aload 1 /* ex */
            invokevirtual com.sun.org.apache.xpath.internal.XPathException.getExpressionOwner:(Lcom/sun/org/apache/xpath/internal/ExpressionNode;)Lcom/sun/org/apache/xpath/internal/ExpressionNode;
            astore 2 /* owner */
        start local 2 // com.sun.org.apache.xpath.internal.ExpressionNode owner
         1: .line 101
            aload 2 /* owner */
            ifnull 3
            aload 2 /* owner */
            instanceof org.w3c.dom.Node
            ifeq 3
         2: .line 103
            aload 2 /* owner */
            checkcast org.w3c.dom.Node
            areturn
         3: .line 105
      StackMap locals: com.sun.org.apache.xpath.internal.ExpressionNode
      StackMap stack:
            aconst_null
            areturn
        end local 2 // com.sun.org.apache.xpath.internal.ExpressionNode owner
        end local 1 // com.sun.org.apache.xpath.internal.ExpressionNode ex
        end local 0 // com.sun.org.apache.xpath.internal.XPathException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/org/apache/xpath/internal/XPathException;
            0    4     1     ex  Lcom/sun/org/apache/xpath/internal/ExpressionNode;
            1    4     2  owner  Lcom/sun/org/apache/xpath/internal/ExpressionNode;
    MethodParameters:
      Name  Flags
      ex    

  protected com.sun.org.apache.xpath.internal.ExpressionNode getExpressionOwner(com.sun.org.apache.xpath.internal.ExpressionNode);
    descriptor: (Lcom/sun/org/apache/xpath/internal/ExpressionNode;)Lcom/sun/org/apache/xpath/internal/ExpressionNode;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.XPathException this
        start local 1 // com.sun.org.apache.xpath.internal.ExpressionNode ex
         0: .line 115
            aload 1 /* ex */
            invokeinterface com.sun.org.apache.xpath.internal.ExpressionNode.exprGetParent:()Lcom/sun/org/apache/xpath/internal/ExpressionNode;
            astore 2 /* parent */
        start local 2 // com.sun.org.apache.xpath.internal.ExpressionNode parent
         1: .line 116
            goto 3
         2: .line 117
      StackMap locals: com.sun.org.apache.xpath.internal.ExpressionNode
      StackMap stack:
            aload 2 /* parent */
            invokeinterface com.sun.org.apache.xpath.internal.ExpressionNode.exprGetParent:()Lcom/sun/org/apache/xpath/internal/ExpressionNode;
            astore 2 /* parent */
         3: .line 116
      StackMap locals:
      StackMap stack:
            aload 2 /* parent */
            ifnull 4
            aload 2 /* parent */
            instanceof com.sun.org.apache.xpath.internal.Expression
            ifne 2
         4: .line 118
      StackMap locals:
      StackMap stack:
            aload 2 /* parent */
            areturn
        end local 2 // com.sun.org.apache.xpath.internal.ExpressionNode parent
        end local 1 // com.sun.org.apache.xpath.internal.ExpressionNode ex
        end local 0 // com.sun.org.apache.xpath.internal.XPathException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/sun/org/apache/xpath/internal/XPathException;
            0    5     1      ex  Lcom/sun/org/apache/xpath/internal/ExpressionNode;
            1    5     2  parent  Lcom/sun/org/apache/xpath/internal/ExpressionNode;
    MethodParameters:
      Name  Flags
      ex    

  public void <init>(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.XPathException this
        start local 1 // java.lang.String message
        start local 2 // java.lang.Object styleNode
         0: .line 133
            aload 0 /* this */
            aload 1 /* message */
            invokespecial javax.xml.transform.TransformerException.<init>:(Ljava/lang/String;)V
         1: .line 43
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xpath.internal.XPathException.m_styleNode:Ljava/lang/Object;
         2: .line 135
            aload 0 /* this */
            aload 2 /* styleNode */
            putfield com.sun.org.apache.xpath.internal.XPathException.m_styleNode:Ljava/lang/Object;
         3: .line 136
            return
        end local 2 // java.lang.Object styleNode
        end local 1 // java.lang.String message
        end local 0 // com.sun.org.apache.xpath.internal.XPathException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/org/apache/xpath/internal/XPathException;
            0    4     1    message  Ljava/lang/String;
            0    4     2  styleNode  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      message    
      styleNode  

  public void <init>(java.lang.String, org.w3c.dom.Node, java.lang.Exception);
    descriptor: (Ljava/lang/String;Lorg/w3c/dom/Node;Ljava/lang/Exception;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xpath.internal.XPathException this
        start local 1 // java.lang.String message
        start local 2 // org.w3c.dom.Node styleNode
        start local 3 // java.lang.Exception e
         0: .line 150
            aload 0 /* this */
            aload 1 /* message */
            invokespecial javax.xml.transform.TransformerException.<init>:(Ljava/lang/String;)V
         1: .line 43
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xpath.internal.XPathException.m_styleNode:Ljava/lang/Object;
         2: .line 152
            aload 0 /* this */
            aload 2 /* styleNode */
            putfield com.sun.org.apache.xpath.internal.XPathException.m_styleNode:Ljava/lang/Object;
         3: .line 153
            aload 0 /* this */
            aload 3 /* e */
            putfield com.sun.org.apache.xpath.internal.XPathException.m_exception:Ljava/lang/Exception;
         4: .line 154
            return
        end local 3 // java.lang.Exception e
        end local 2 // org.w3c.dom.Node styleNode
        end local 1 // java.lang.String message
        end local 0 // com.sun.org.apache.xpath.internal.XPathException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/sun/org/apache/xpath/internal/XPathException;
            0    5     1    message  Ljava/lang/String;
            0    5     2  styleNode  Lorg/w3c/dom/Node;
            0    5     3          e  Ljava/lang/Exception;
    MethodParameters:
           Name  Flags
      message    
      styleNode  
      e          

  public void <init>(java.lang.String, java.lang.Exception);
    descriptor: (Ljava/lang/String;Ljava/lang/Exception;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.XPathException this
        start local 1 // java.lang.String message
        start local 2 // java.lang.Exception e
         0: .line 166
            aload 0 /* this */
            aload 1 /* message */
            invokespecial javax.xml.transform.TransformerException.<init>:(Ljava/lang/String;)V
         1: .line 43
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xpath.internal.XPathException.m_styleNode:Ljava/lang/Object;
         2: .line 168
            aload 0 /* this */
            aload 2 /* e */
            putfield com.sun.org.apache.xpath.internal.XPathException.m_exception:Ljava/lang/Exception;
         3: .line 169
            return
        end local 2 // java.lang.Exception e
        end local 1 // java.lang.String message
        end local 0 // com.sun.org.apache.xpath.internal.XPathException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/org/apache/xpath/internal/XPathException;
            0    4     1  message  Ljava/lang/String;
            0    4     2        e  Ljava/lang/Exception;
    MethodParameters:
         Name  Flags
      message  
      e        

  public void printStackTrace(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.XPathException this
        start local 1 // java.io.PrintStream s
         0: .line 180
            aload 1 /* s */
            ifnonnull 2
         1: .line 181
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            astore 1 /* s */
         2: .line 185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            invokespecial javax.xml.transform.TransformerException.printStackTrace:(Ljava/io/PrintStream;)V
         3: .line 186
            goto 5
         4: .line 187
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
         5: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.XPathException.m_exception:Ljava/lang/Exception;
            astore 2 /* exception */
        start local 2 // java.lang.Throwable exception
         6: .line 191
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 18
         8: .line 193
      StackMap locals: java.lang.Throwable int
      StackMap stack:
            aload 1 /* s */
            ldc "---------"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         9: .line 194
            aload 2 /* exception */
            aload 1 /* s */
            invokevirtual java.lang.Throwable.printStackTrace:(Ljava/io/PrintStream;)V
        10: .line 196
            aload 2 /* exception */
            instanceof javax.xml.transform.TransformerException
            ifeq 16
        11: .line 198
            aload 2 /* exception */
            checkcast javax.xml.transform.TransformerException
            astore 4 /* se */
        start local 4 // javax.xml.transform.TransformerException se
        12: .line 199
            aload 2 /* exception */
            astore 5 /* prev */
        start local 5 // java.lang.Throwable prev
        13: .line 201
            aload 4 /* se */
            invokevirtual javax.xml.transform.TransformerException.getException:()Ljava/lang/Throwable;
            astore 2 /* exception */
        14: .line 203
            aload 5 /* prev */
            aload 2 /* exception */
            if_acmpne 17
        15: .line 204
            goto 19
        end local 5 // java.lang.Throwable prev
        end local 4 // javax.xml.transform.TransformerException se
        16: .line 208
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* exception */
        17: .line 191
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 3 /* i */
            bipush 10
            if_icmpge 19
            aload 2 /* exception */
            ifnonnull 8
        end local 3 // int i
        19: .line 211
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Throwable exception
        end local 1 // java.io.PrintStream s
        end local 0 // com.sun.org.apache.xpath.internal.XPathException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   20     0       this  Lcom/sun/org/apache/xpath/internal/XPathException;
            0   20     1          s  Ljava/io/PrintStream;
            6   20     2  exception  Ljava/lang/Throwable;
            7   19     3          i  I
           12   16     4         se  Ljavax/xml/transform/TransformerException;
           13   16     5       prev  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      s     

  public java.lang.String getMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // com.sun.org.apache.xpath.internal.XPathException this
         0: .line 221
            aload 0 /* this */
            invokespecial javax.xml.transform.TransformerException.getMessage:()Ljava/lang/String;
            astore 1 /* lastMessage */
        start local 1 // java.lang.String lastMessage
         1: .line 222
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.XPathException.m_exception:Ljava/lang/Exception;
            astore 2 /* exception */
        start local 2 // java.lang.Throwable exception
         2: .line 224
            goto 13
         3: .line 226
      StackMap locals: java.lang.String java.lang.Throwable
      StackMap stack:
            aload 2 /* exception */
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            astore 3 /* nextMessage */
        start local 3 // java.lang.String nextMessage
         4: .line 228
            aload 3 /* nextMessage */
            ifnull 6
         5: .line 229
            aload 3 /* nextMessage */
            astore 1 /* lastMessage */
         6: .line 231
      StackMap locals: java.lang.String
      StackMap stack:
            aload 2 /* exception */
            instanceof javax.xml.transform.TransformerException
            ifeq 12
         7: .line 233
            aload 2 /* exception */
            checkcast javax.xml.transform.TransformerException
            astore 4 /* se */
        start local 4 // javax.xml.transform.TransformerException se
         8: .line 234
            aload 2 /* exception */
            astore 5 /* prev */
        start local 5 // java.lang.Throwable prev
         9: .line 236
            aload 4 /* se */
            invokevirtual javax.xml.transform.TransformerException.getException:()Ljava/lang/Throwable;
            astore 2 /* exception */
        10: .line 238
            aload 5 /* prev */
            aload 2 /* exception */
            if_acmpne 13
        11: .line 239
            goto 14
        end local 5 // java.lang.Throwable prev
        end local 4 // javax.xml.transform.TransformerException se
        12: .line 243
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* exception */
        end local 3 // java.lang.String nextMessage
        13: .line 224
      StackMap locals:
      StackMap stack:
            aload 2 /* exception */
            ifnonnull 3
        14: .line 247
      StackMap locals:
      StackMap stack:
            aload 1 /* lastMessage */
            ifnull 15
            aload 1 /* lastMessage */
            goto 16
      StackMap locals:
      StackMap stack:
        15: ldc ""
      StackMap locals:
      StackMap stack: java.lang.String
        16: areturn
        end local 2 // java.lang.Throwable exception
        end local 1 // java.lang.String lastMessage
        end local 0 // com.sun.org.apache.xpath.internal.XPathException this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   17     0         this  Lcom/sun/org/apache/xpath/internal/XPathException;
            1   17     1  lastMessage  Ljava/lang/String;
            2   17     2    exception  Ljava/lang/Throwable;
            4   13     3  nextMessage  Ljava/lang/String;
            8   12     4           se  Ljavax/xml/transform/TransformerException;
            9   12     5         prev  Ljava/lang/Throwable;

  public void printStackTrace(java.io.PrintWriter);
    descriptor: (Ljava/io/PrintWriter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.XPathException this
        start local 1 // java.io.PrintWriter s
         0: .line 259
            aload 1 /* s */
            ifnonnull 2
         1: .line 260
            new java.io.PrintWriter
            dup
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            invokespecial java.io.PrintWriter.<init>:(Ljava/io/OutputStream;)V
            astore 1 /* s */
         2: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            invokespecial javax.xml.transform.TransformerException.printStackTrace:(Ljava/io/PrintWriter;)V
         3: .line 265
            goto 5
         4: .line 266
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
         5: .line 269
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* isJdk14OrHigher */
        start local 2 // boolean isJdk14OrHigher
         6: .line 271
            ldc Ljava/lang/Throwable;
            ldc "getCause"
            aconst_null
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            pop
         7: .line 272
            iconst_1
            istore 2 /* isJdk14OrHigher */
         8: .line 273
            goto 10
      StackMap locals: com.sun.org.apache.xpath.internal.XPathException java.io.PrintWriter int
      StackMap stack: java.lang.NoSuchMethodException
         9: pop
        10: .line 280
      StackMap locals:
      StackMap stack:
            iload 2 /* isJdk14OrHigher */
            ifne 29
        11: .line 282
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.XPathException.m_exception:Ljava/lang/Exception;
            astore 3 /* exception */
        start local 3 // java.lang.Throwable exception
        12: .line 284
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        13: goto 28
        14: .line 286
      StackMap locals: java.lang.Throwable int
      StackMap stack:
            aload 1 /* s */
            ldc "---------"
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/String;)V
        15: .line 290
            aload 3 /* exception */
            aload 1 /* s */
            invokevirtual java.lang.Throwable.printStackTrace:(Ljava/io/PrintWriter;)V
        16: .line 291
            goto 19
        17: .line 292
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
        18: .line 294
            aload 1 /* s */
            ldc "Could not print stack trace..."
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/String;)V
        19: .line 297
      StackMap locals:
      StackMap stack:
            aload 3 /* exception */
            instanceof javax.xml.transform.TransformerException
            ifeq 26
        20: .line 299
            aload 3 /* exception */
            checkcast javax.xml.transform.TransformerException
            astore 5 /* se */
        start local 5 // javax.xml.transform.TransformerException se
        21: .line 300
            aload 3 /* exception */
            astore 6 /* prev */
        start local 6 // java.lang.Throwable prev
        22: .line 302
            aload 5 /* se */
            invokevirtual javax.xml.transform.TransformerException.getException:()Ljava/lang/Throwable;
            astore 3 /* exception */
        23: .line 304
            aload 6 /* prev */
            aload 3 /* exception */
            if_acmpne 27
        24: .line 306
            aconst_null
            astore 3 /* exception */
        25: .line 308
            goto 29
        end local 6 // java.lang.Throwable prev
        end local 5 // javax.xml.transform.TransformerException se
        26: .line 313
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* exception */
        27: .line 284
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        28: iload 4 /* i */
            bipush 10
            if_icmpge 29
            aload 3 /* exception */
            ifnonnull 14
        end local 4 // int i
        end local 3 // java.lang.Throwable exception
        29: .line 317
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean isJdk14OrHigher
        end local 1 // java.io.PrintWriter s
        end local 0 // com.sun.org.apache.xpath.internal.XPathException this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   30     0             this  Lcom/sun/org/apache/xpath/internal/XPathException;
            0   30     1                s  Ljava/io/PrintWriter;
            6   30     2  isJdk14OrHigher  Z
           12   29     3        exception  Ljava/lang/Throwable;
           13   29     4                i  I
           21   26     5               se  Ljavax/xml/transform/TransformerException;
           22   26     6             prev  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Exception
           6     8       9  Class java.lang.NoSuchMethodException
          15    16      17  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      s     

  public java.lang.Throwable getException();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xpath.internal.XPathException this
         0: .line 327
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.XPathException.m_exception:Ljava/lang/Exception;
            areturn
        end local 0 // com.sun.org.apache.xpath.internal.XPathException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/XPathException;
}
SourceFile: "XPathException.java"