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

  protected com.sun.org.apache.xerces.internal.util.Status fType;
    descriptor: Lcom/sun/org/apache/xerces/internal/util/Status;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String fIdentifier;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  public void <init>(com.sun.org.apache.xerces.internal.util.Status, java.lang.String);
    descriptor: (Lcom/sun/org/apache/xerces/internal/util/Status;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException this
        start local 1 // com.sun.org.apache.xerces.internal.util.Status type
        start local 2 // java.lang.String identifier
         0: .line 63
            aload 0 /* this */
            aload 2 /* identifier */
            invokespecial com.sun.org.apache.xerces.internal.xni.XNIException.<init>:(Ljava/lang/String;)V
         1: .line 64
            aload 0 /* this */
            aload 1 /* type */
            putfield com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.fType:Lcom/sun/org/apache/xerces/internal/util/Status;
         2: .line 65
            aload 0 /* this */
            aload 2 /* identifier */
            putfield com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.fIdentifier:Ljava/lang/String;
         3: .line 66
            return
        end local 2 // java.lang.String identifier
        end local 1 // com.sun.org.apache.xerces.internal.util.Status type
        end local 0 // com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLConfigurationException;
            0    4     1        type  Lcom/sun/org/apache/xerces/internal/util/Status;
            0    4     2  identifier  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      type        
      identifier  

  public void <init>(com.sun.org.apache.xerces.internal.util.Status, java.lang.String, java.lang.String);
    descriptor: (Lcom/sun/org/apache/xerces/internal/util/Status;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException this
        start local 1 // com.sun.org.apache.xerces.internal.util.Status type
        start local 2 // java.lang.String identifier
        start local 3 // java.lang.String message
         0: .line 78
            aload 0 /* this */
            aload 3 /* message */
            invokespecial com.sun.org.apache.xerces.internal.xni.XNIException.<init>:(Ljava/lang/String;)V
         1: .line 79
            aload 0 /* this */
            aload 1 /* type */
            putfield com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.fType:Lcom/sun/org/apache/xerces/internal/util/Status;
         2: .line 80
            aload 0 /* this */
            aload 2 /* identifier */
            putfield com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.fIdentifier:Ljava/lang/String;
         3: .line 81
            return
        end local 3 // java.lang.String message
        end local 2 // java.lang.String identifier
        end local 1 // com.sun.org.apache.xerces.internal.util.Status type
        end local 0 // com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLConfigurationException;
            0    4     1        type  Lcom/sun/org/apache/xerces/internal/util/Status;
            0    4     2  identifier  Ljava/lang/String;
            0    4     3     message  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      type        
      identifier  
      message     

  public com.sun.org.apache.xerces.internal.util.Status getType();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/util/Status;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException this
         0: .line 91
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.fType:Lcom/sun/org/apache/xerces/internal/util/Status;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLConfigurationException;

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