public final class com.ctc.wstx.sax.WrappedSaxException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.ctc.wstx.sax.WrappedSaxException
  super_class: java.lang.RuntimeException
{
  final org.xml.sax.SAXException mCause;
    descriptor: Lorg/xml/sax/SAXException;
    flags: (0x0010) ACC_FINAL

  public void <init>(org.xml.sax.SAXException);
    descriptor: (Lorg/xml/sax/SAXException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.ctc.wstx.sax.WrappedSaxException this
        start local 1 // org.xml.sax.SAXException cause
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
         1: .line 32
            aload 0 /* this */
            aload 1 /* cause */
            putfield com.ctc.wstx.sax.WrappedSaxException.mCause:Lorg/xml/sax/SAXException;
         2: .line 33
            return
        end local 1 // org.xml.sax.SAXException cause
        end local 0 // com.ctc.wstx.sax.WrappedSaxException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/ctc/wstx/sax/WrappedSaxException;
            0    3     1  cause  Lorg/xml/sax/SAXException;
    MethodParameters:
       Name  Flags
      cause  

  public org.xml.sax.SAXException getSaxException();
    descriptor: ()Lorg/xml/sax/SAXException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.sax.WrappedSaxException this
         0: .line 35
            aload 0 /* this */
            getfield com.ctc.wstx.sax.WrappedSaxException.mCause:Lorg/xml/sax/SAXException;
            areturn
        end local 0 // com.ctc.wstx.sax.WrappedSaxException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/sax/WrappedSaxException;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.sax.WrappedSaxException this
         0: .line 38
            aload 0 /* this */
            getfield com.ctc.wstx.sax.WrappedSaxException.mCause:Lorg/xml/sax/SAXException;
            invokevirtual org.xml.sax.SAXException.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.ctc.wstx.sax.WrappedSaxException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/sax/WrappedSaxException;
}
SourceFile: "WrappedSaxException.java"