Package com.sk89q.worldedit
Class NotABlockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sk89q.worldedit.WorldEditException
com.sk89q.worldedit.NotABlockException
- All Implemented Interfaces:
Serializable
Raised when an item is used when a block was expected.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreate a new instance.NotABlockException
(int input) Deprecated.NotABlockException
(ItemType input) Create a new instance.NotABlockException
(String input) Deprecated. -
Method Summary
Methods inherited from class com.sk89q.worldedit.WorldEditException
getRichMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotABlockException
public NotABlockException()Create a new instance. -
NotABlockException
Deprecated.Create a new instance.- Parameters:
input
- the input that was used
-
NotABlockException
Deprecated.Create a new instance.- Parameters:
input
- the input that was used
-
NotABlockException
Create a new instance.- Parameters:
input
- the input that was used
-