0

In Java stacktrace let say I have an exception

Caused by: java.lang.NullPointerException
    at com.test.MainClass(MyClass.java:92)
    at com.test.MainClass(MyThread.java:328)
    ... 22 more

I want to know what does this ... 22 more means and why it is not showing full stack trace and is it possible to enable full stack trace.

Vishrant
  • 15,456
  • 11
  • 71
  • 120
  • 1
    Because the main cause of error is at MyClass.java at line number 92 – Jimit Patel Apr 18 '16 at 08:41
  • Possible duplicate: http://stackoverflow.com/questions/1167888/how-do-i-increase-the-number-of-displayed-lines-of-a-java-stack-trace-dump – Ricardo Apr 18 '16 at 08:43
  • @RicardoBarroca thanks for searching it, i searched before posting this question but could not found that one. (Y) – Vishrant Apr 18 '16 at 09:34

0 Answers0