public class Exceptions extends Object
| Constructor and Description |
|---|
Exceptions() |
| Modifier and Type | Method and Description |
|---|---|
static void |
fillWithBriefInfo(StringBuilder sb,
Throwable throwable)
do the same as
getMessagesOnly(Throwable) but
will provide additional root cause info if throwable is not an instance of CoreException. |
static String |
getMessagesOnly(Throwable throwable) |
public static void fillWithBriefInfo(@Nonnull StringBuilder sb, @Nonnull Throwable throwable)
getMessagesOnly(Throwable) but
will provide additional root cause info if throwable is not an instance of CoreException.Copyright © 2025. All rights reserved.