Package com.sk89q.worldedit.world
Class DataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sk89q.worldedit.world.DataException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ChunkStoreException
,InvalidFormatException
Thrown when there is an exception related to data handling.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataException
-
DataException
public DataException()
-