CommandAPI 9.3.0
An API for the command UI introduced in Minecraft 1.13
com.mojang.brigadier.exceptions.BuiltInExceptionProvider Interface Reference

Defines all built-in exceptions, that are used internally by Brigadier. More...

+ Inheritance diagram for com.mojang.brigadier.exceptions.BuiltInExceptionProvider:

Public Member Functions

Dynamic2CommandExceptionType doubleTooLow ()
 
Dynamic2CommandExceptionType doubleTooHigh ()
 
Dynamic2CommandExceptionType floatTooLow ()
 
Dynamic2CommandExceptionType floatTooHigh ()
 
Dynamic2CommandExceptionType integerTooLow ()
 
Dynamic2CommandExceptionType integerTooHigh ()
 
Dynamic2CommandExceptionType longTooLow ()
 
Dynamic2CommandExceptionType longTooHigh ()
 
DynamicCommandExceptionType literalIncorrect ()
 
SimpleCommandExceptionType readerExpectedStartOfQuote ()
 
SimpleCommandExceptionType readerExpectedEndOfQuote ()
 
DynamicCommandExceptionType readerInvalidEscape ()
 
DynamicCommandExceptionType readerInvalidBool ()
 
DynamicCommandExceptionType readerInvalidInt ()
 
SimpleCommandExceptionType readerExpectedInt ()
 
DynamicCommandExceptionType readerInvalidLong ()
 
SimpleCommandExceptionType readerExpectedLong ()
 
DynamicCommandExceptionType readerInvalidDouble ()
 
SimpleCommandExceptionType readerExpectedDouble ()
 
DynamicCommandExceptionType readerInvalidFloat ()
 
SimpleCommandExceptionType readerExpectedFloat ()
 
SimpleCommandExceptionType readerExpectedBool ()
 
DynamicCommandExceptionType readerExpectedSymbol ()
 
SimpleCommandExceptionType dispatcherUnknownCommand ()
 
SimpleCommandExceptionType dispatcherUnknownArgument ()
 
SimpleCommandExceptionType dispatcherExpectedArgumentSeparator ()
 
DynamicCommandExceptionType dispatcherParseException ()
 

Detailed Description

Defines all built-in exceptions, that are used internally by Brigadier.