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 Details

    • ContentParseException

      public ContentParseException(Class<? extends ContentParser> clazz, org.incendo.cloud.context.CommandContext<?> ctx, String input, mindustry.ctype.ContentType contentType)
  • Method Details

    • getInput

      public String getInput()
    • getContentType

      public mindustry.ctype.ContentType getContentType()