Package dev.jorel.commandapi.exceptions
Class PaperAdventureNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.jorel.commandapi.exceptions.PaperAdventureNotFoundException
- All Implemented Interfaces:
Serializable
An exception that occurs when Paper's Adventure API is not present and has been set to be used
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a PaperAdventureNotFoundException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PaperAdventureNotFoundException
Creates a PaperAdventureNotFoundException- Parameters:
c- the class that requires the Paper Adventure API
-