Class ModuleExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
xyz.geik.farmer.modules.exceptions.ModuleExistException
- All Implemented Interfaces:
Serializable
Module already loaded exception
- See Also:
-
Constructor Summary
ConstructorDescriptionModuleExistException
(String message, @NotNull FarmerModule module) Module already loaded exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModuleExistException
Module already loaded exception- Parameters:
message
- of exceptionmodule
- of farmer
-