Package dev.demeng.pluginbase.exceptions
Class PluginErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.demeng.pluginbase.exceptions.PluginErrorException
- All Implemented Interfaces:
Serializable
An extension of RuntimeException that calls
Common.error(Throwable, String, boolean, CommandSender...).- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPluginErrorException(@NotNull String description, boolean disable, org.bukkit.entity.Player... players) PluginErrorException(@Nullable Throwable t, @NotNull String description, boolean disable, org.bukkit.entity.Player... players) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginErrorException
public PluginErrorException(@NotNull @NotNull String description, boolean disable, org.bukkit.entity.Player... players) -
PluginErrorException
-