Class UnplaceableBlockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sk89q.worldedit.extent.inventory.BlockBagException
com.sk89q.worldedit.extent.inventory.UnplaceableBlockException
- All Implemented Interfaces:
Serializable
Thrown when a block that can't be placed is used.
- 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
-
UnplaceableBlockException
public UnplaceableBlockException()
-