This is probably a very naive question.
I used to believe that a Throwable in Java always contains the stack trace. Is it correct?
Now it looks like that I catch exceptions without the stack trace. Does it make sense? Is it possible to catch an exception without the stack trace?
It’s possible to catch a Throwable object in Java without a stack trace:
http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html