public final class ExceptionTools
extends Object 
- Author:
- Lukas Eder
- 
Method Summary
Find a root cause of a given type, or nullif no root cause
 of that type was found.
 
 static void
 
Sneaky throw any type of Throwable. 
 
 
 
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Method Details
- 
getCauseFind a root cause of a given type, or nullif no root cause
 of that type was found.
 
- 
sneakyThrowpublic static void sneakyThrow(Throwable throwable) Sneaky throw any type of Throwable.