Class InvalidWorldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.infernalsuite.aswm.api.exceptions.SlimeException
com.infernalsuite.aswm.api.exceptions.InvalidWorldException
- All Implemented Interfaces:
Serializable
Exception thrown when a folder does
not contain a valid Minecraft world.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidWorldException
(File worldDir) InvalidWorldException
(File worldDir, String reason) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidWorldException
-
InvalidWorldException
-