Class MissingChunkException
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.MissingChunkException
- All Implemented Interfaces:
Serializable
Thrown if a chunk is missing.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingChunkException
public MissingChunkException() -
MissingChunkException
-
-
Method Details
-
getChunkPosition
Get chunk position in question. May be null if unknown.- Returns:
- a chunk position
-