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 start local 1 start local 2 0: aload 0
aload 2
invokespecial com.sun.org.apache.xerces.internal.xni.XNIException.<init>:(Ljava/lang/String;)V
1: aload 0
aload 1
putfield com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.fType:Lcom/sun/org/apache/xerces/internal/util/Status;
2: aload 0
aload 2
putfield com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.fIdentifier:Ljava/lang/String;
3: return
end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
aload 3
invokespecial com.sun.org.apache.xerces.internal.xni.XNIException.<init>:(Ljava/lang/String;)V
1: aload 0
aload 1
putfield com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.fType:Lcom/sun/org/apache/xerces/internal/util/Status;
2: aload 0
aload 2
putfield com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.fIdentifier:Ljava/lang/String;
3: return
end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.fType:Lcom/sun/org/apache/xerces/internal/util/Status;
areturn
end local 0 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 0: aload 0
getfield com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.fIdentifier:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/xni/parser/XMLConfigurationException;
}
SourceFile: "XMLConfigurationException.java"