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

  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, 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.XMLException this
        start local 1 // java.lang.String message
        start local 2 // java.lang.Throwable cause
         0: .line 60
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 93
            aload 0 /* this */
            iconst_0
            putfield nu.xom.XMLException.causeSet:Z
         2: .line 61
            aload 0 /* this */
            aload 2 /* cause */
            invokevirtual nu.xom.XMLException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         3: .line 62
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String message
        end local 0 // nu.xom.XMLException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lnu/xom/XMLException;
            0    4     1  message  Ljava/lang/String;
            0    4     2    cause  Ljava/lang/Throwable;
    MethodParameters:
         Name  Flags
      message  
      cause    

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

  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.XMLException this
         0: .line 87
            aload 0 /* this */
            getfield nu.xom.XMLException.cause:Ljava/lang/Throwable;
            areturn
        end local 0 // nu.xom.XMLException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnu/xom/XMLException;

  public final java.lang.Throwable initCause(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljava/lang/Throwable;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // nu.xom.XMLException this
        start local 1 // java.lang.Throwable cause
         0: .line 119
            aload 0 /* this */
            getfield nu.xom.XMLException.causeSet:Z
            ifeq 2
         1: .line 120
            new java.lang.IllegalStateException
            dup
            ldc "Can't overwrite cause"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 122
      StackMap locals:
      StackMap stack:
            aload 1 /* cause */
            aload 0 /* this */
            if_acmpne 4
         3: .line 123
            new java.lang.IllegalArgumentException
            dup
            ldc "Self-causation not permitted"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* cause */
            putfield nu.xom.XMLException.cause:Ljava/lang/Throwable;
         5: .line 126
            aload 0 /* this */
            iconst_1
            putfield nu.xom.XMLException.causeSet:Z
         6: .line 127
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Throwable cause
        end local 0 // nu.xom.XMLException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lnu/xom/XMLException;
            0    7     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  
}
SourceFile: "XMLException.java"