G�nter Kukies wrote:

Hello,

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


printStackTrace() prints to standard err, not standard out.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to