[jdom-interest] ArrayIndexOutOfBoundsException every time
Armin.Zeltner
Armin.Zeltner at t-online.de
Tue Apr 17 07:22:54 PDT 2001
Hi
every time when I do this calls:
try{
SAXBuilder builder=new SAXBuilder(validation);
jdomDocument=builder.build(new java.io.File(fileName));
}
catch(Exception e){
System.out.println("XMLDocument.load(): Can not load
document '"+fileName+"'!");
}
I get this exception:
XMLTree.class successfully loaded
XMLTree.openItem_actionPerformed_Interaction1(): Opening
'F:\java\jdom-b6\samples\web.xml'.
Exception raised: "java.lang.ArrayIndexOutOfBoundsException: 8"
You may press F5 to continue with default exception handling)
If I step over, I get a large amount of these exceptions.
Do u have any ideas?
More information about the jdom-interest
mailing list