public abstract class SpongeExceptionUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
containsException(Throwable exception,
Class<? extends Throwable> type) |
static String |
getErrorMessageWithoutErrorLocation(Throwable exception) |
static <T> T |
getException(Throwable exception,
Class<? extends Throwable> type) |
static String |
getExceptionMessageWithoutErrorLocation(String message,
Throwable exception) |
Copyright © 2016–2021 Softelnet. All rights reserved.