Class NoUserJsonFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.FileNotFoundException
dev.selena.luacore.exceptions.data.NoUserJsonFoundException
- All Implemented Interfaces:
Serializable
Thrown when the user data folder contains no json files
- See Also:
-
Constructor Summary
ConstructorDescriptionNoUserJsonFoundException
(String message) Thrown when the user folder has not been set up correctly and does not contain any json files -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoUserJsonFoundException
Thrown when the user folder has not been set up correctly and does not contain any json files- Parameters:
message
- The message you want to use for the exception
-