public class com.sun.org.apache.xerces.internal.impl.xpath.XPathException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.impl.xpath.XPathException
  super_class: java.lang.Exception
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -948482312169512085

  private final java.lang.String fKey;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xpath.XPathException this
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Exception.<init>:()V
         1: .line 49
            aload 0 /* this */
            ldc "c-general-xpath"
            putfield com.sun.org.apache.xerces.internal.impl.xpath.XPathException.fKey:Ljava/lang/String;
         2: .line 50
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xpath.XPathException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/impl/xpath/XPathException;

  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.xerces.internal.impl.xpath.XPathException this
        start local 1 // java.lang.String key
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Exception.<init>:()V
         1: .line 55
            aload 0 /* this */
            aload 1 /* key */
            putfield com.sun.org.apache.xerces.internal.impl.xpath.XPathException.fKey:Ljava/lang/String;
         2: .line 56
            return
        end local 1 // java.lang.String key
        end local 0 // com.sun.org.apache.xerces.internal.impl.xpath.XPathException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/impl/xpath/XPathException;
            0    3     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

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