public final class Exceptions extends Object
Provides utilities for manipulating and examining Throwable
objects.
Modifier and Type | Method and Description |
---|---|
static String |
printErrors(List<Throwable> errors)
Appends the messages of each Throwable to a string, separated by a new line.
|
Copyright © 2016. All rights reserved.