Class NotUserFolderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.ClassCastException
dev.selena.luacore.exceptions.data.NotUserFolderException
- All Implemented Interfaces:
Serializable
Used for player data management related issues
- See Also:
-
Constructor Summary
ConstructorDescriptionNotUserFolderException
(String message) Thrown when the class you are trying to use as the mapper is not instance ofUserFolder
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotUserFolderException
Thrown when the class you are trying to use as the mapper is not instance ofUserFolder
- Parameters:
message
- The message you want to send alongside it
-