Class OutOfBlocksException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sk89q.worldedit.extent.inventory.BlockBagException
com.sk89q.worldedit.extent.inventory.OutOfBlocksException
- All Implemented Interfaces:
Serializable
Thrown when there are no more blocks left.
- 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
-
OutOfBlocksException
public OutOfBlocksException()
-