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.