Class ExceptionHelper
java.lang.Object
net.sourceforge.jbizmo.commons.exception.ExceptionHelper
Utility class for exceptions
Copyright 2013 (C) by Martin Ganserer
- Version:
- 1.0.0
- Author:
- Martin Ganserer
-
Method Summary
-
Method Details
-
getRootCause
- Parameters:
t-- Returns:
- the cause of the given
Throwableor the exception itself if no cause exists
-