Comment on Java purity and version 7Comments−smcj15yAs commented on the blog:I pretty much don't understand the comment about loosing exception information is about. Isn't that exactly what getSuppressed() does?printStackTrace() also mentions the suppressed exception, even with nice indentation. Am I missing something?
Comments
As commented on the blog:
I pretty much don't understand the comment about loosing exception information is about. Isn't that exactly what getSuppressed() does?
printStackTrace() also mentions the suppressed exception, even with nice indentation. Am I missing something?