public class com.sun.org.apache.xerces.internal.xni.XNIException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.xni.XNIException
  super_class: java.lang.RuntimeException
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 9019819772686063775

  private java.lang.Exception fException;
    descriptor: Ljava/lang/Exception;
    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 // com.sun.org.apache.xerces.internal.xni.XNIException this
        start local 1 // java.lang.String message
         0: .line 60
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 61
            return
        end local 1 // java.lang.String message
        end local 0 // com.sun.org.apache.xerces.internal.xni.XNIException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/org/apache/xerces/internal/xni/XNIException;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  public void <init>(java.lang.Exception);
    descriptor: (Ljava/lang/Exception;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.xni.XNIException this
        start local 1 // java.lang.Exception exception
         0: .line 69
            aload 0 /* this */
            aload 1 /* exception */
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 70
            aload 0 /* this */
            aload 1 /* exception */
            putfield com.sun.org.apache.xerces.internal.xni.XNIException.fException:Ljava/lang/Exception;
         2: .line 71
            return
        end local 1 // java.lang.Exception exception
        end local 0 // com.sun.org.apache.xerces.internal.xni.XNIException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/sun/org/apache/xerces/internal/xni/XNIException;
            0    3     1  exception  Ljava/lang/Exception;
    MethodParameters:
           Name  Flags
      exception  

  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.xerces.internal.xni.XNIException this
        start local 1 // java.lang.String message
        start local 2 // java.lang.Exception exception
         0: .line 80
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 81
            aload 0 /* this */
            aload 2 /* exception */
            putfield com.sun.org.apache.xerces.internal.xni.XNIException.fException:Ljava/lang/Exception;
         2: .line 82
            return
        end local 2 // java.lang.Exception exception
        end local 1 // java.lang.String message
        end local 0 // com.sun.org.apache.xerces.internal.xni.XNIException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/sun/org/apache/xerces/internal/xni/XNIException;
            0    3     1    message  Ljava/lang/String;
            0    3     2  exception  Ljava/lang/Exception;
    MethodParameters:
           Name  Flags
      message    
      exception  

  public java.lang.Exception getException();
    descriptor: ()Ljava/lang/Exception;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.xni.XNIException this
         0: .line 90
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xni.XNIException.fException:Ljava/lang/Exception;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.xni.XNIException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/xni/XNIException;

  public java.lang.Throwable getCause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.xni.XNIException this
         0: .line 94
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xni.XNIException.fException:Ljava/lang/Exception;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.xni.XNIException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/xni/XNIException;
}
SourceFile: "XNIException.java"