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

  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.xslt.XSLException this
        start local 1 // java.lang.String message
        start local 2 // java.lang.Throwable cause
         0: .line 50
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         1: .line 70
            aload 0 /* this */
            iconst_0
            putfield nu.xom.xslt.XSLException.causeSet:Z
         2: .line 51
            aload 0 /* this */
            aload 2 /* cause */
            invokevirtual nu.xom.xslt.XSLException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         3: .line 52
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String message
        end local 0 // nu.xom.xslt.XSLException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lnu/xom/xslt/XSLException;
            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.xslt.XSLException this
        start local 1 // java.lang.String message
         0: .line 64
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         1: .line 70
            aload 0 /* this */
            iconst_0
            putfield nu.xom.xslt.XSLException.causeSet:Z
         2: .line 65
            return
        end local 1 // java.lang.String message
        end local 0 // nu.xom.xslt.XSLException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lnu/xom/xslt/XSLException;
            0    3     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  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.xslt.XSLException this
        start local 1 // java.lang.Throwable cause
         0: .line 95
            aload 0 /* this */
            getfield nu.xom.xslt.XSLException.causeSet:Z
            ifeq 2
         1: .line 96
            new java.lang.IllegalStateException
            dup
            ldc "Can't overwrite cause"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 98
      StackMap locals:
      StackMap stack:
            aload 1 /* cause */
            aload 0 /* this */
            if_acmpne 6
         3: .line 99
            new java.lang.IllegalArgumentException
            dup
         4: .line 100
            ldc "Self-causation not permitted"
         5: .line 99
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* cause */
            putfield nu.xom.xslt.XSLException.cause:Ljava/lang/Throwable;
         7: .line 103
            aload 0 /* this */
            iconst_1
            putfield nu.xom.xslt.XSLException.causeSet:Z
         8: .line 104
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Throwable cause
        end local 0 // nu.xom.xslt.XSLException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lnu/xom/xslt/XSLException;
            0    9     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      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.xslt.XSLException this
         0: .line 118
            aload 0 /* this */
            getfield nu.xom.xslt.XSLException.cause:Ljava/lang/Throwable;
            areturn
        end local 0 // nu.xom.xslt.XSLException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnu/xom/xslt/XSLException;
}
SourceFile: "XSLException.java"