Interface BuiltInExceptionProvider
- All Known Implementing Classes:
BrigadierExceptions, BuiltInExceptions
public interface BuiltInExceptionProvider
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
doubleTooLow
Dynamic2CommandExceptionType doubleTooLow() -
doubleTooHigh
Dynamic2CommandExceptionType doubleTooHigh() -
floatTooLow
Dynamic2CommandExceptionType floatTooLow() -
floatTooHigh
Dynamic2CommandExceptionType floatTooHigh() -
integerTooLow
Dynamic2CommandExceptionType integerTooLow() -
integerTooHigh
Dynamic2CommandExceptionType integerTooHigh() -
longTooLow
Dynamic2CommandExceptionType longTooLow() -
longTooHigh
Dynamic2CommandExceptionType longTooHigh() -
literalIncorrect
DynamicCommandExceptionType literalIncorrect() -
readerExpectedStartOfQuote
SimpleCommandExceptionType readerExpectedStartOfQuote() -
readerExpectedEndOfQuote
SimpleCommandExceptionType readerExpectedEndOfQuote() -
readerInvalidEscape
DynamicCommandExceptionType readerInvalidEscape() -
readerInvalidBool
DynamicCommandExceptionType readerInvalidBool() -
readerInvalidInt
DynamicCommandExceptionType readerInvalidInt() -
readerExpectedInt
SimpleCommandExceptionType readerExpectedInt() -
readerInvalidLong
DynamicCommandExceptionType readerInvalidLong() -
readerExpectedLong
SimpleCommandExceptionType readerExpectedLong() -
readerInvalidDouble
DynamicCommandExceptionType readerInvalidDouble() -
readerExpectedDouble
SimpleCommandExceptionType readerExpectedDouble() -
readerInvalidFloat
DynamicCommandExceptionType readerInvalidFloat() -
readerExpectedFloat
SimpleCommandExceptionType readerExpectedFloat() -
readerExpectedBool
SimpleCommandExceptionType readerExpectedBool() -
readerExpectedSymbol
DynamicCommandExceptionType readerExpectedSymbol() -
dispatcherUnknownCommand
SimpleCommandExceptionType dispatcherUnknownCommand() -
dispatcherUnknownArgument
SimpleCommandExceptionType dispatcherUnknownArgument() -
dispatcherExpectedArgumentSeparator
SimpleCommandExceptionType dispatcherExpectedArgumentSeparator() -
dispatcherParseException
DynamicCommandExceptionType dispatcherParseException()
-