Class Exceptions
- java.lang.Object
-
- org.apache.directory.api.util.exception.Exceptions
-
public final class Exceptions extends Object
Provides utilities for manipulating and examiningThrowableobjects.- Author:
- Apache Directory Project
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringprintErrors(List<Throwable> errors)Appends the messages of each Throwable to a string, separated by a new line.
-