Class CharArgument.CharParseException

All Implemented Interfaces:
Serializable
Enclosing class:
CharArgument<C>

public static final class CharArgument.CharParseException extends ParserException
Char parse exception
See Also:
Serialized Form
  • Constructor Details

    • CharParseException

      public CharParseException(@NonNull String input, @NonNull CommandContext<?> context)
      Construct a new Char parse exception
      Parameters:
      input - String input
      context - Command context
  • Method Details

    • getInput

      public @NonNull String getInput()
      Get the supplied input
      Returns:
      Input value