Details
Description
This exception may happen when an exception is thrown by Statistic.run() (which is a TimerTask).
No exception may escape otherwise the Timer itself dies, and the next task submission throws that exception.
This exception may happen when an exception is thrown by Statistic.run() (which is a TimerTask).
No exception may escape otherwise the Timer itself dies, and the next task submission throws that exception.
Added try/catch to avoid exception escape, and logged the exception.