Package dev.jorel.commandapi.exceptions
Class NBTAPINotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.jorel.commandapi.exceptions.NBTAPINotFoundException
- All Implemented Interfaces:
Serializable
An exception that occurs when the NBTAPI is not found, but an argument that uses it is declared
- 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
-
NBTAPINotFoundException
Creates an NBTAPINotFoundException- Parameters:
c- the class that uses the NBTAPI
-