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 Summary
ConstructorsConstructorDescriptionTeamParseException(org.incendo.cloud.context.CommandContext<?> ctx, String input, TeamParser.TeamMode teamMode) Creates a newTeamParser.TeamParseException. -
Method Summary
Methods inherited from class org.incendo.cloud.exception.parsing.ParserException
argumentParserClass, captionVariables, context, errorCaption, formatCaption, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TeamParseException
public TeamParseException(org.incendo.cloud.context.CommandContext<?> ctx, String input, TeamParser.TeamMode teamMode) Creates a newTeamParser.TeamParseException.- Parameters:
ctx- the command contextinput- the input stringteamMode- the team mode
-
-
Method Details
-
getInput
-
getTeamMode
-