Hello,printStackTrace() prints to standard err, not standard out.
I don't have any line number.
this is the code snippet:
Document doc; IndexWriter writer;
.....
try{ writer.addDocument(doc); } catch(Exception ex){ ex.printStackTrace(); }
this is the output on Standard.out:
java.lang.NullPointerException
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
