Class TeamParser.TeamParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.incendo.cloud.exception.parsing.ParserException
com.xpdustry.distributor.command.cloud.parser.TeamParser.TeamParseException
All Implemented Interfaces:
Serializable
Enclosing class:
TeamParser<C>

public static final class TeamParser.TeamParseException extends org.incendo.cloud.exception.parsing.ParserException
Exception thrown when a team cannot be found for the given input and TeamParser.TeamMode.
See Also:
  • Constructor Details

    • TeamParseException

      public TeamParseException(String input, org.incendo.cloud.context.CommandContext<?> ctx, TeamParser.TeamMode teamMode)
      Parameters:
      input - the input string
      ctx - the command context
      teamMode - the team mode
  • Method Details