Class ArgumentParseException

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

@NullMarked 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 String input, String variable, ArgumentParseException.Reason reason)
      Construct a new ArgumentParseException.
      Parameters:
      input - Input
      reason - Failure reason
  • Method Details