public class nu.xom.XPathException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: nu.xom.XPathException
  super_class: java.lang.RuntimeException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6362087755031657439

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

  private java.lang.Throwable cause;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0002) ACC_PRIVATE

  private boolean causeSet;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  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 // nu.xom.XPathException this
        start local 1 // java.lang.String message
         0: .line 50
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 84
            aload 0 /* this */
            iconst_0
            putfield nu.xom.XPathException.causeSet:Z
         2: .line 51
            return
        end local 1 // java.lang.String message
        end local 0 // nu.xom.XPathException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lnu/xom/XPathException;
            0    3     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  public void <init>(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // nu.xom.XPathException this
        start local 1 // java.lang.String message
        start local 2 // java.lang.Throwable cause
         0: .line 64
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 84
            aload 0 /* this */
            iconst_0
            putfield nu.xom.XPathException.causeSet:Z
         2: .line 65
            aload 0 /* this */
            aload 2 /* cause */
            invokevirtual nu.xom.XPathException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         3: .line 66
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String message
        end local 0 // nu.xom.XPathException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lnu/xom/XPathException;
            0    4     1  message  Ljava/lang/String;
            0    4     2    cause  Ljava/lang/Throwable;
    MethodParameters:
         Name  Flags
      message  
      cause    

  public java.lang.Throwable getCause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // nu.xom.XPathException this
         0: .line 78
            aload 0 /* this */
            getfield nu.xom.XPathException.cause:Ljava/lang/Throwable;
            areturn
        end local 0 // nu.xom.XPathException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnu/xom/XPathException;

  public java.lang.Throwable initCause(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // nu.xom.XPathException this
        start local 1 // java.lang.Throwable cause
         0: .line 110
            aload 0 /* this */
            getfield nu.xom.XPathException.causeSet:Z
            ifeq 2
         1: .line 111
            new java.lang.IllegalStateException
            dup
            ldc "Can't overwrite cause"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 113
      StackMap locals:
      StackMap stack:
            aload 1 /* cause */
            aload 0 /* this */
            if_acmpne 4
         3: .line 114
            new java.lang.IllegalArgumentException
            dup
            ldc "Self-causation not permitted"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* cause */
            putfield nu.xom.XPathException.cause:Ljava/lang/Throwable;
         5: .line 117
            aload 0 /* this */
            iconst_1
            putfield nu.xom.XPathException.causeSet:Z
         6: .line 118
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Throwable cause
        end local 0 // nu.xom.XPathException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lnu/xom/XPathException;
            0    7     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  void setXPath(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // nu.xom.XPathException this
        start local 1 // java.lang.String expression
         0: .line 131
            aload 0 /* this */
            aload 1 /* expression */
            putfield nu.xom.XPathException.expression:Ljava/lang/String;
         1: .line 132
            return
        end local 1 // java.lang.String expression
        end local 0 // nu.xom.XPathException this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lnu/xom/XPathException;
            0    2     1  expression  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      expression  

  public java.lang.String getXPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // nu.xom.XPathException this
         0: .line 144
            aload 0 /* this */
            getfield nu.xom.XPathException.expression:Ljava/lang/String;
            areturn
        end local 0 // nu.xom.XPathException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnu/xom/XPathException;
}
SourceFile: "XPathException.java"