Class BlockBagException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sk89q.worldedit.extent.inventory.BlockBagException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OutOfBlocksException
,OutOfSpaceException
,UnplaceableBlockException
Thrown when a block bag detects a problem.
- 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
-
BlockBagException
public BlockBagException()
-