public class ServletResourceUtils extends Object
| Constructor and Description |
|---|
ServletResourceUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
sanitizeException(Throwable t)
Sanitize the exception as a map of "error" to information about the exception.
|
public static Map<String,String> sanitizeException(@Nullable Throwable t)
t - The exception to sanitizeCopyright © 2011–2017. All rights reserved.