Class PermissionValueParser.PermissionValueParseException
- 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
-
- ca.stellardrift.permissionsex.minecraft.command.argument.PermissionValueParser.PermissionValueParseException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PermissionValueParser<C>
public static final class PermissionValueParser.PermissionValueParseException extends cloud.commandframework.exceptions.parsing.NumberParseException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NonNull StringgetNumberType()booleanhasMax()booleanhasMin()-
Methods inherited from class cloud.commandframework.exceptions.parsing.NumberParseException
getInput, getMax, getMin
-
Methods inherited from class cloud.commandframework.exceptions.parsing.ParserException
captionVariables, errorCaption, getArgumentParserClass, getContext, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getNumberType
public @NonNull String getNumberType()
- Specified by:
getNumberTypein classcloud.commandframework.exceptions.parsing.NumberParseException
-
hasMax
public boolean hasMax()
- Specified by:
hasMaxin classcloud.commandframework.exceptions.parsing.NumberParseException
-
hasMin
public boolean hasMin()
- Specified by:
hasMinin classcloud.commandframework.exceptions.parsing.NumberParseException
-
-