public class WrappedException extends SpongeException
| Modifier and Type | Field and Description |
|---|---|
protected static String |
WRAPPED_MESSAGE_PREFIX |
| Constructor and Description |
|---|
WrappedException(String sourceName,
String message,
Throwable throwable) |
WrappedException(String sourceName,
Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
getCoreExceptionMessage(String message,
Throwable e) |
static String |
getCoreExceptionMessage(Throwable e) |
String |
getMessage() |
String |
getSourceName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected static final String WRAPPED_MESSAGE_PREFIX
Copyright © 2016–2020 Softelnet. All rights reserved.