Class OutOfSpaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sk89q.worldedit.extent.inventory.BlockBagException
com.sk89q.worldedit.extent.inventory.OutOfSpaceException
- All Implemented Interfaces:
Serializable
Thrown when the target inventory of a block bag is full.
- 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
-
OutOfSpaceException
Construct the object.- Parameters:
type
- the type of the block
-
-
Method Details
-
getType
Get the type of the block.- Returns:
- the type
-