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 50
            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 59
            aload 0 /* this */
            aload 1 /* styleNode */
            putfield com.sun.org.apache.xpath.internal.XPathException.m_styleNode:Ljava/lang/Object;
         1: .line 60
            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 74
            aload 0 /* this */
            aload 1 /* message */
            invokespecial javax.xml.transform.TransformerException.<init>:(Ljava/lang/String;)V
         1: .line 42
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xpath.internal.XPathException.m_styleNode:Ljava/lang/Object;
         2: .line 75
            aload 0 /* this */
            aload 2 /* ex */
            invokevirtual com.sun.org.apache.xpath.internal.XPathException.setLocator:(Ljavax/xml/transform/SourceLocator;)V
         3: .line 76
            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 77
            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 86
            aload 0 /* this */
            aload 1 /* message */
            invokespecial javax.xml.transform.TransformerException.<init>:(Ljava/lang/String;)V
         1: .line 42
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xpath.internal.XPathException.m_styleNode:Ljava/lang/Object;
         2: .line 87
            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 98
            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 100
            aload 2 /* owner */
            ifnull 3
            aload 2 /* owner */
            instanceof org.w3c.dom.Node
            ifeq 3
         2: .line 102
            aload 2 /* owner */
            checkcast org.w3c.dom.Node
            areturn
         3: .line 104
      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 114
            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 115
            goto 3
         2: .line 116
      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 115
      StackMap locals:
      StackMap stack:
            aload 2 /* parent */
            ifnull 4
            aload 2 /* parent */
            instanceof com.sun.org.apache.xpath.internal.Expression
            ifne 2
         4: .line 117
      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 132
            aload 0 /* this */
            aload 1 /* message */
            invokespecial javax.xml.transform.TransformerException.<init>:(Ljava/lang/String;)V
         1: .line 42
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xpath.internal.XPathException.m_styleNode:Ljava/lang/Object;
         2: .line 134
            aload 0 /* this */
            aload 2 /* styleNode */
            putfield com.sun.org.apache.xpath.internal.XPathException.m_styleNode:Ljava/lang/Object;
         3: .line 135
            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 149
            aload 0 /* this */
            aload 1 /* message */
            invokespecial javax.xml.transform.TransformerException.<init>:(Ljava/lang/String;)V
         1: .line 42
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xpath.internal.XPathException.m_styleNode:Ljava/lang/Object;
         2: .line 151
            aload 0 /* this */
            aload 2 /* styleNode */
            putfield com.sun.org.apache.xpath.internal.XPathException.m_styleNode:Ljava/lang/Object;
         3: .line 152
            aload 0 /* this */
            aload 3 /* e */
            putfield com.sun.org.apache.xpath.internal.XPathException.m_exception:Ljava/lang/Exception;
         4: .line 153
            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 165
            aload 0 /* this */
            aload 1 /* message */
            invokespecial javax.xml.transform.TransformerException.<init>:(Ljava/lang/String;)V
         1: .line 42
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xpath.internal.XPathException.m_styleNode:Ljava/lang/Object;
         2: .line 167
            aload 0 /* this */
            aload 2 /* e */
            putfield com.sun.org.apache.xpath.internal.XPathException.m_exception:Ljava/lang/Exception;
         3: .line 168
            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 179
            aload 1 /* s */
            ifnonnull 2
         1: .line 180
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            astore 1 /* s */
         2: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            invokespecial javax.xml.transform.TransformerException.printStackTrace:(Ljava/io/PrintStream;)V
         3: .line 185
            goto 5
         4: .line 186
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
         5: .line 188
      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 190
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 18
         8: .line 192
      StackMap locals: java.lang.Throwable int
      StackMap stack:
            aload 1 /* s */
            ldc "---------"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         9: .line 193
            aload 2 /* exception */
            aload 1 /* s */
            invokevirtual java.lang.Throwable.printStackTrace:(Ljava/io/PrintStream;)V
        10: .line 195
            aload 2 /* exception */
            instanceof javax.xml.transform.TransformerException
            ifeq 16
        11: .line 197
            aload 2 /* exception */
            checkcast javax.xml.transform.TransformerException
            astore 4 /* se */
        start local 4 // javax.xml.transform.TransformerException se
        12: .line 198
            aload 2 /* exception */
            astore 5 /* prev */
        start local 5 // java.lang.Throwable prev
        13: .line 200
            aload 4 /* se */
            invokevirtual javax.xml.transform.TransformerException.getException:()Ljava/lang/Throwable;
            astore 2 /* exception */
        14: .line 202
            aload 5 /* prev */
            aload 2 /* exception */
            if_acmpne 17
        15: .line 203
            goto 19
        end local 5 // java.lang.Throwable prev
        end local 4 // javax.xml.transform.TransformerException se
        16: .line 207
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* exception */
        17: .line 190
      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 210
      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 220
            aload 0 /* this */
            invokespecial javax.xml.transform.TransformerException.getMessage:()Ljava/lang/String;
            astore 1 /* lastMessage */
        start local 1 // java.lang.String lastMessage
         1: .line 221
            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 223
            goto 13
         3: .line 225
      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 227
            aload 3 /* nextMessage */
            ifnull 6
         5: .line 228
            aload 3 /* nextMessage */
            astore 1 /* lastMessage */
         6: .line 230
      StackMap locals: java.lang.String
      StackMap stack:
            aload 2 /* exception */
            instanceof javax.xml.transform.TransformerException
            ifeq 12
         7: .line 232
            aload 2 /* exception */
            checkcast javax.xml.transform.TransformerException
            astore 4 /* se */
        start local 4 // javax.xml.transform.TransformerException se
         8: .line 233
            aload 2 /* exception */
            astore 5 /* prev */
        start local 5 // java.lang.Throwable prev
         9: .line 235
            aload 4 /* se */
            invokevirtual javax.xml.transform.TransformerException.getException:()Ljava/lang/Throwable;
            astore 2 /* exception */
        10: .line 237
            aload 5 /* prev */
            aload 2 /* exception */
            if_acmpne 13
        11: .line 238
            goto 14
        end local 5 // java.lang.Throwable prev
        end local 4 // javax.xml.transform.TransformerException se
        12: .line 242
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* exception */
        end local 3 // java.lang.String nextMessage
        13: .line 223
      StackMap locals:
      StackMap stack:
            aload 2 /* exception */
            ifnonnull 3
        14: .line 246
      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 258
            aload 1 /* s */
            ifnonnull 2
         1: .line 259
            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 263
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            invokespecial javax.xml.transform.TransformerException.printStackTrace:(Ljava/io/PrintWriter;)V
         3: .line 264
            goto 5
         4: .line 265
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
         5: .line 268
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* isJdk14OrHigher */
        start local 2 // boolean isJdk14OrHigher
         6: .line 270
            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 271
            iconst_1
            istore 2 /* isJdk14OrHigher */
         8: .line 272
            goto 10
      StackMap locals: com.sun.org.apache.xpath.internal.XPathException java.io.PrintWriter int
      StackMap stack: java.lang.NoSuchMethodException
         9: pop
        10: .line 279
      StackMap locals:
      StackMap stack:
            iload 2 /* isJdk14OrHigher */
            ifne 29
        11: .line 281
            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 283
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        13: goto 28
        14: .line 285
      StackMap locals: java.lang.Throwable int
      StackMap stack:
            aload 1 /* s */
            ldc "---------"
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/String;)V
        15: .line 289
            aload 3 /* exception */
            aload 1 /* s */
            invokevirtual java.lang.Throwable.printStackTrace:(Ljava/io/PrintWriter;)V
        16: .line 290
            goto 19
        17: .line 291
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
        18: .line 293
            aload 1 /* s */
            ldc "Could not print stack trace..."
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/String;)V
        19: .line 296
      StackMap locals:
      StackMap stack:
            aload 3 /* exception */
            instanceof javax.xml.transform.TransformerException
            ifeq 26
        20: .line 298
            aload 3 /* exception */
            checkcast javax.xml.transform.TransformerException
            astore 5 /* se */
        start local 5 // javax.xml.transform.TransformerException se
        21: .line 299
            aload 3 /* exception */
            astore 6 /* prev */
        start local 6 // java.lang.Throwable prev
        22: .line 301
            aload 5 /* se */
            invokevirtual javax.xml.transform.TransformerException.getException:()Ljava/lang/Throwable;
            astore 3 /* exception */
        23: .line 303
            aload 6 /* prev */
            aload 3 /* exception */
            if_acmpne 27
        24: .line 305
            aconst_null
            astore 3 /* exception */
        25: .line 307
            goto 29
        end local 6 // java.lang.Throwable prev
        end local 5 // javax.xml.transform.TransformerException se
        26: .line 312
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* exception */
        27: .line 283
      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 316
      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 326
            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"