This morning I found a
So what I did, I fixed all cases where t.getMessage is called. No way.
So, just FYI.
null
in my code output. An error message was null
. No shit. Spent some time tracing. Turned out an NPE is thrown somewhere inside a java library; ok, I intercept it. But the message of that NPE is null
.So what I did, I fixed all cases where t.getMessage is called. No way.
So, just FYI.