Class ZoomParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
net.pl3x.map.core.command.exception.ArgumentParseException
net.pl3x.map.core.command.exception.ZoomParseException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a method has been passed an illegal or inappropriate
Renderer.Builder
argument.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class net.pl3x.map.core.command.exception.ArgumentParseException
ArgumentParseException.Reason
-
Field Summary
-
Constructor Summary
ConstructorDescriptionZoomParseException
(@Nullable String input, @NotNull ArgumentParseException.Reason reason) Construct a new RendererParseException. -
Method Summary
Methods inherited from class net.pl3x.map.core.command.exception.ArgumentParseException
getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
NOT_VALID_ZOOM_LEVEL
-
-
Constructor Details
-
ZoomParseException
public ZoomParseException(@Nullable @Nullable String input, @NotNull @NotNull ArgumentParseException.Reason reason) Construct a new RendererParseException.- Parameters:
input
- Inputreason
- Failure reason
-