Better way of handling e.printStackTrace() calls so that they can be handled by subclasses as necessary.
(Throwable t)
| 3729 | * handled by subclasses as necessary. |
| 3730 | */ |
| 3731 | protected void printStackTrace(Throwable t) { |
| 3732 | t.printStackTrace(); |
| 3733 | } |
| 3734 | |
| 3735 | |
| 3736 | /** |
no outgoing calls
no test coverage detected