Class MissingWorldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sk89q.worldedit.world.DataException
com.sk89q.worldedit.world.storage.ChunkStoreException
com.sk89q.worldedit.world.storage.MissingWorldException
- All Implemented Interfaces:
Serializable
Thrown if the world is missing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingWorldException
(String worldName) MissingWorldException
(String msg, String worldName) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingWorldException
public MissingWorldException() -
MissingWorldException
-
MissingWorldException
-
-
Method Details
-
getWorldName
Get name of the world in question. May be null if unknown.- Returns:
- the world name
-