public class ExceptionUtils extends Object
Constructor and Description |
---|
ExceptionUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
handleThrowable(Throwable t)
Checks whether the supplied Throwable is one that needs to be
rethrown and swallows all others.
|
public static void handleThrowable(Throwable t)
t
- the Throwable to checkCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.