public final class ExceptionUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
initCause(java.lang.Throwable t,
java.lang.Throwable cause)
Initializes the chained exception if possible.
|
public static void initCause(java.lang.Throwable t,
java.lang.Throwable cause)
t - the resulting exception (high abstraction level)cause - the underlying cause of t (low abstraction level)Copyright © 2003-2012 Lars K??hne. All Rights Reserved.