public class HomeException
extends org.spongepowered.api.command.CommandException
| Modifier and Type | Class and Description |
|---|---|
static class |
HomeException.Reasons |
| Constructor and Description |
|---|
HomeException(org.spongepowered.api.text.Text message,
HomeException.Reasons reasons) |
HomeException(org.spongepowered.api.text.Text message,
java.lang.Throwable cause,
HomeException.Reasons reasons) |
| Modifier and Type | Method and Description |
|---|---|
HomeException.Reasons |
getReason() |
getLocalizedMessage, getMessage, getTextpublic HomeException(org.spongepowered.api.text.Text message,
HomeException.Reasons reasons)
public HomeException(org.spongepowered.api.text.Text message,
java.lang.Throwable cause,
HomeException.Reasons reasons)
public HomeException.Reasons getReason()