Class RadiusLimitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sk89q.worldedit.WorldEditException
com.fastasyncworldedit.core.exception.RadiusLimitException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BrushRadiusLimitException
Thrown when a maximum radius is reached, such as, for example,
in the case of a sphere command.
- See Also:
-
Constructor Summary
-
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
-
RadiusLimitException
public RadiusLimitException(int maxRadius)
-
-
Method Details
-
getMaxRadius
public int getMaxRadius()
-