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.api.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(org.incendo.cloud.context.CommandContext<?> ctx, String input, TeamParser.TeamMode teamMode)
      Parameters:
      ctx - the command context
      input - the input string
      teamMode - the team mode
  • Method Details