public class NicknameException extends Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
NicknameException.Type |
| Constructor and Description |
|---|
NicknameException(org.spongepowered.api.text.Text message,
NicknameException.Type type) |
| Modifier and Type | Method and Description |
|---|---|
org.spongepowered.api.text.Text |
getTextMessage() |
NicknameException.Type |
getType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NicknameException(org.spongepowered.api.text.Text message,
NicknameException.Type type)
public org.spongepowered.api.text.Text getTextMessage()
public NicknameException.Type getType()