Package dev.jorel.commandapi.exceptions
Class SpigotNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.jorel.commandapi.exceptions.SpigotNotFoundException
- All Implemented Interfaces:
Serializable
An exception that occurs when Spigot is not present and Spigot is required
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SpigotNotFoundException
Creates a SpigotNotFoundException- Parameters:
c- the class that requires Spigot
-