public final class Exceptions
extends java.lang.Object
Provides utilities for manipulating and examining Throwable
objects.
| Modifier | Constructor and Description |
|---|---|
private |
Exceptions()
Private constructor
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
printErrors(java.util.List<java.lang.Throwable> errors)
Appends the messages of each Throwable to a string, separated by a new line.
|