Class ArgumentParseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PlayerParseException, PointParseException, RendererParseException, WorldParseException, ZoomParseException

public abstract class ArgumentParseException extends IllegalArgumentException
Thrown to indicate that a method has been passed an illegal or inappropriate command argument.
See Also:
  • Constructor Details

    • ArgumentParseException

      public ArgumentParseException(@Nullable @Nullable String input, @NotNull @NotNull String variable, @NotNull @NotNull ArgumentParseException.Reason reason)
      Construct a new ArgumentParseException.
      Parameters:
      input - Input
      reason - Failure reason
  • Method Details