public class com.sun.org.apache.xml.internal.utils.StopParseException extends org.xml.sax.SAXException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.utils.StopParseException
  super_class: org.xml.sax.SAXException
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 210102479218258961

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.utils.StopParseException this
         0: .line 39
            aload 0 /* this */
            ldc "Stylesheet PIs found, stop the parse"
            invokespecial org.xml.sax.SAXException.<init>:(Ljava/lang/String;)V
         1: .line 40
            return
        end local 0 // com.sun.org.apache.xml.internal.utils.StopParseException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/utils/StopParseException;
}
SourceFile: "StopParseException.java"