public class NucleusException
extends org.spongepowered.api.util.TextMessageException
| Modifier and Type | Class and Description |
|---|---|
static class |
NucleusException.ExceptionType |
| Constructor and Description |
|---|
NucleusException(org.spongepowered.api.text.Text message,
NucleusException.ExceptionType exceptionType) |
NucleusException(org.spongepowered.api.text.Text message,
Throwable inner,
NucleusException.ExceptionType exceptionType) |
| Modifier and Type | Method and Description |
|---|---|
NucleusException.ExceptionType |
getExceptionType()
Gets the basic reason for the issue.
|
getLocalizedMessage, getMessage, getTextaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NucleusException(org.spongepowered.api.text.Text message,
NucleusException.ExceptionType exceptionType)
public NucleusException(org.spongepowered.api.text.Text message,
Throwable inner,
NucleusException.ExceptionType exceptionType)
public NucleusException.ExceptionType getExceptionType()