Class UserArgument.UserParseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UserArgument.TooManyUsersFoundParseException, UserArgument.UserNotFoundParseException
Enclosing class:
UserArgument<C>

public static class UserArgument.UserParseException extends IllegalArgumentException
See Also:
Serialized Form
  • Constructor Details

    • UserParseException

      public UserParseException(@NonNull String input)
      Construct a new user parse exception
      Parameters:
      input - String input
  • Method Details

    • getInput

      public final @NonNull String getInput()
      Get the users input
      Returns:
      Users input