Class ContentParser.ContentParseException
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.ContentParser.ContentParseException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ContentParser<C,
T extends mindustry.ctype.MappableContent>
public static final class ContentParser.ContentParseException
extends org.incendo.cloud.exception.parsing.ParserException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContentParseException(Class<? extends ContentParser> clazz, org.incendo.cloud.context.CommandContext<?> ctx, String input, mindustry.ctype.ContentType contentType) -
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
-
ContentParseException
public ContentParseException(Class<? extends ContentParser> clazz, org.incendo.cloud.context.CommandContext<?> ctx, String input, mindustry.ctype.ContentType contentType)
-
-
Method Details
-
getInput
-
getContentType
public mindustry.ctype.ContentType getContentType()
-