in reply to catch complete stack trace of inline java

Are you sure you're looking at the same exception?

The first is "com.image.exception.ConversionException", while the one of the shorter trace is reported as "java.lang.NullPointerException".  Just wondering...

Update: also, the line numbers differ for

java.lang.NullPointerException at com.image.RemImag.idxDoc(RemImag.java:81) ... ^^

vs. the corresponding line in the other trace

com.image.exception.ConversionException: ... ... at com.image.RemImag.idxDoc(RemImag.java:77) ... ^^

IOW, the difference doens't seem to be merely a few lines being cut off...

Replies are listed 'Best First'.
Re^2: catch complete stack trace of inline java
by my600080 (Novice) on Jun 16, 2010 at 15:54 UTC
    Yes, it's exactly the same exception. And that confuses me too.