public static class NestedThrowable.Util extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static void | printStackTrace(NestedThrowable nt,
               PrintStream s)Prints the stack trace associated with this exception and
 its nested exception. | 
| static void | printStackTrace(NestedThrowable nt,
               PrintWriter w)Prints the stack trace associated with this exception and
 its nested exception. | 
| static String | toString(NestedThrowable nt)Prints the exception message and its nested exception message. | 
public static String toString(NestedThrowable nt)
public static void printStackTrace(NestedThrowable nt, PrintStream s)
s - PrintStreampublic static void printStackTrace(NestedThrowable nt, PrintWriter w)
w - PrintWriter