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