public class com.sun.org.apache.xerces.internal.jaxp.validation.WrappedSAXException 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.jaxp.validation.WrappedSAXException
  super_class: java.lang.RuntimeException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -3201986204982729962

  public final org.xml.sax.SAXException exception;
    descriptor: Lorg/xml/sax/SAXException;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  void <init>(org.xml.sax.SAXException);
    descriptor: (Lorg/xml/sax/SAXException;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.WrappedSAXException this
        start local 1 // org.xml.sax.SAXException e
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
         1: .line 49
            aload 0 /* this */
            aload 1 /* e */
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.WrappedSAXException.exception:Lorg/xml/sax/SAXException;
         2: .line 50
            return
        end local 1 // org.xml.sax.SAXException e
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.WrappedSAXException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/WrappedSAXException;
            0    3     1     e  Lorg/xml/sax/SAXException;
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "WrappedSAXException.java"