Class UnknownWorldFolderStructureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.pauleff.common.exceptions.UnknownWorldFolderStructureException
- All Implemented Interfaces:
Serializable
Indicates that the world's folder layout could not be recognized.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an exception with a fixed message asking the user to contact the developer. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownWorldFolderStructureException
public UnknownWorldFolderStructureException()Creates an exception with a fixed message asking the user to contact the developer.
-