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, getText
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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()