Package dev.lone.itemsadder.api
Class NotActuallyItemsAdderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
dev.lone.itemsadder.api.NotActuallyItemsAdderException
- All Implemented Interfaces:
Serializable
The
NotActuallyItemsAdderException
is thrown whenever someone seems to
invoke an API method without actually having ItemsAdder installed.
Remember, this is just a "mock", not the actual ItemsAdder project.
- Author:
- TheBusyBiscuit
- 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
-
NotActuallyItemsAdderException
public NotActuallyItemsAdderException()This creates a newNotActuallyItemsAdderException
. Use the actualPlugin
to test your features, not this.
-