public class com.sun.org.apache.xerces.internal.dom.DOMErrorImpl implements org.w3c.dom.DOMError
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.dom.DOMErrorImpl
  super_class: java.lang.Object
{
  public short fSeverity;
    descriptor: S
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String fMessage;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public com.sun.org.apache.xerces.internal.dom.DOMLocatorImpl fLocator;
    descriptor: Lcom/sun/org/apache/xerces/internal/dom/DOMLocatorImpl;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.Exception fException;
    descriptor: Ljava/lang/Exception;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String fType;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.Object fRelatedData;
    descriptor: Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.dom.DOMErrorImpl this
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fSeverity:S
         2: .line 56
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fMessage:Ljava/lang/String;
         3: .line 57
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.dom.DOMLocatorImpl
            dup
            invokespecial com.sun.org.apache.xerces.internal.dom.DOMLocatorImpl.<init>:()V
            putfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fLocator:Lcom/sun/org/apache/xerces/internal/dom/DOMLocatorImpl;
         4: .line 58
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fException:Ljava/lang/Exception;
         5: .line 70
            return
        end local 0 // com.sun.org.apache.xerces.internal.dom.DOMErrorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/org/apache/xerces/internal/dom/DOMErrorImpl;

  public void <init>(short, com.sun.org.apache.xerces.internal.xni.parser.XMLParseException);
    descriptor: (SLcom/sun/org/apache/xerces/internal/xni/parser/XMLParseException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.dom.DOMErrorImpl this
        start local 1 // short severity
        start local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLParseException exception
         0: .line 73
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fSeverity:S
         2: .line 56
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fMessage:Ljava/lang/String;
         3: .line 57
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.dom.DOMLocatorImpl
            dup
            invokespecial com.sun.org.apache.xerces.internal.dom.DOMLocatorImpl.<init>:()V
            putfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fLocator:Lcom/sun/org/apache/xerces/internal/dom/DOMLocatorImpl;
         4: .line 58
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fException:Ljava/lang/Exception;
         5: .line 74
            aload 0 /* this */
            iload 1 /* severity */
            putfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fSeverity:S
         6: .line 75
            aload 0 /* this */
            aload 2 /* exception */
            putfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fException:Ljava/lang/Exception;
         7: .line 76
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* exception */
            invokevirtual com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.createDOMLocator:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParseException;)Lcom/sun/org/apache/xerces/internal/dom/DOMLocatorImpl;
            putfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fLocator:Lcom/sun/org/apache/xerces/internal/dom/DOMLocatorImpl;
         8: .line 77
            return
        end local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLParseException exception
        end local 1 // short severity
        end local 0 // com.sun.org.apache.xerces.internal.dom.DOMErrorImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lcom/sun/org/apache/xerces/internal/dom/DOMErrorImpl;
            0    9     1   severity  S
            0    9     2  exception  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParseException;
    MethodParameters:
           Name  Flags
      severity   
      exception  

  public short getSeverity();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.dom.DOMErrorImpl this
         0: .line 85
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fSeverity:S
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.dom.DOMErrorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/DOMErrorImpl;

  public java.lang.String getMessage();
    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.dom.DOMErrorImpl this
         0: .line 93
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fMessage:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.dom.DOMErrorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/DOMErrorImpl;

  public org.w3c.dom.DOMLocator getLocation();
    descriptor: ()Lorg/w3c/dom/DOMLocator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.dom.DOMErrorImpl this
         0: .line 101
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fLocator:Lcom/sun/org/apache/xerces/internal/dom/DOMLocatorImpl;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.dom.DOMErrorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/DOMErrorImpl;

  private com.sun.org.apache.xerces.internal.dom.DOMLocatorImpl createDOMLocator(com.sun.org.apache.xerces.internal.xni.parser.XMLParseException);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParseException;)Lcom/sun/org/apache/xerces/internal/dom/DOMLocatorImpl;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.dom.DOMErrorImpl this
        start local 1 // com.sun.org.apache.xerces.internal.xni.parser.XMLParseException exception
         0: .line 107
            new com.sun.org.apache.xerces.internal.dom.DOMLocatorImpl
            dup
            aload 1 /* exception */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getLineNumber:()I
         1: .line 108
            aload 1 /* exception */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getColumnNumber:()I
         2: .line 109
            aload 1 /* exception */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getCharacterOffset:()I
         3: .line 110
            aload 1 /* exception */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getExpandedSystemId:()Ljava/lang/String;
         4: .line 107
            invokespecial com.sun.org.apache.xerces.internal.dom.DOMLocatorImpl.<init>:(IIILjava/lang/String;)V
            areturn
        end local 1 // com.sun.org.apache.xerces.internal.xni.parser.XMLParseException exception
        end local 0 // com.sun.org.apache.xerces.internal.dom.DOMErrorImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/sun/org/apache/xerces/internal/dom/DOMErrorImpl;
            0    5     1  exception  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParseException;
    MethodParameters:
           Name  Flags
      exception  

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

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.dom.DOMErrorImpl this
         0: .line 124
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fSeverity:S
         1: .line 125
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fException:Ljava/lang/Exception;
         2: .line 126
            return
        end local 0 // com.sun.org.apache.xerces.internal.dom.DOMErrorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/dom/DOMErrorImpl;

  public java.lang.String getType();
    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.dom.DOMErrorImpl this
         0: .line 129
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fType:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.dom.DOMErrorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/DOMErrorImpl;

  public java.lang.Object getRelatedData();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.dom.DOMErrorImpl this
         0: .line 133
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.dom.DOMErrorImpl.fRelatedData:Ljava/lang/Object;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.dom.DOMErrorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/dom/DOMErrorImpl;
}
SourceFile: "DOMErrorImpl.java"