public class Exceptions extends Object
| Constructor and Description |
|---|
Exceptions() |
| Modifier and Type | Method and Description |
|---|---|
static void |
appendHTMLTo(StringBuffer buffer,
Throwable throwable) |
static void |
appendHTMLTo(StringBuffer buffer,
Throwable throwable,
boolean deep) |
static String |
toHTML(Throwable throwable) |
static String |
toHTML(Throwable throwable,
boolean deep) |
static Throwable |
unwrap(Throwable throwable) |
public static Throwable unwrap(Throwable throwable) throws IllegalArgumentException
IllegalArgumentExceptionpublic static void appendHTMLTo(StringBuffer buffer, Throwable throwable)
public static void appendHTMLTo(StringBuffer buffer, Throwable throwable, boolean deep)
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.