Class PlainNumberVariableValueArgument.LongParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
cloud.commandframework.exceptions.parsing.ParserException
cloud.commandframework.exceptions.parsing.NumberParseException
rocks.gravili.notquests.paper.commands.arguments.variables.PlainNumberVariableValueArgument.LongParseException
All Implemented Interfaces:
Serializable
Enclosing class:
PlainNumberVariableValueArgument<C>

public static final class PlainNumberVariableValueArgument.LongParseException extends cloud.commandframework.exceptions.parsing.NumberParseException
See Also:
  • Constructor Details

  • Method Details

    • hasMin

      public boolean hasMin()
      Specified by:
      hasMin in class cloud.commandframework.exceptions.parsing.NumberParseException
    • hasMax

      public boolean hasMax()
      Specified by:
      hasMax in class cloud.commandframework.exceptions.parsing.NumberParseException
    • getNumberType

      public @NonNull String getNumberType()
      Specified by:
      getNumberType in class cloud.commandframework.exceptions.parsing.NumberParseException