public class com.sun.rowset.internal.XmlErrorHandler
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.rowset.internal.XmlErrorHandler
super_class: java.lang.Object
{
public int errorCounter;
descriptor: I
flags: (0x0001) ACC_PUBLIC
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import org cannot be resolved\n\tThe import org cannot be resolved\n\tDefaultHandler cannot be resolved to a type\n\tSAXParseException cannot be resolved to a type\n\tSAXException cannot be resolved to a type\n\tSAXParseException cannot be resolved to a type\n\tSAXException cannot be resolved to a type\n\tSAXParseException cannot be resolved to a type\n\tSAXException cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/rowset/internal/XmlErrorHandler;
public void error(SAXParseException);
descriptor: (LSAXParseException;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tSAXParseException cannot be resolved to a type\n\tSAXException cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/rowset/internal/XmlErrorHandler;
Exceptions:
throws SAXException
MethodParameters:
Name Flags
e
public void fatalError(SAXParseException);
descriptor: (LSAXParseException;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tSAXParseException cannot be resolved to a type\n\tSAXException cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/rowset/internal/XmlErrorHandler;
Exceptions:
throws SAXException
MethodParameters:
Name Flags
e
public void warning(SAXParseException);
descriptor: (LSAXParseException;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tSAXParseException cannot be resolved to a type\n\tSAXException cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/rowset/internal/XmlErrorHandler;
Exceptions:
throws SAXException
MethodParameters:
Name Flags
exception
}
SourceFile: "XmlErrorHandler.java"