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

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

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

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

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

Member Function Documentation

◆ dispatcherExpectedArgumentSeparator()

SimpleCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.dispatcherExpectedArgumentSeparator ( )

◆ dispatcherParseException()

DynamicCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.dispatcherParseException ( )

◆ dispatcherUnknownArgument()

SimpleCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.dispatcherUnknownArgument ( )

◆ dispatcherUnknownCommand()

SimpleCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.dispatcherUnknownCommand ( )

◆ doubleTooHigh()

Dynamic2CommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.doubleTooHigh ( )

◆ doubleTooLow()

Dynamic2CommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.doubleTooLow ( )

◆ floatTooHigh()

Dynamic2CommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.floatTooHigh ( )

◆ floatTooLow()

Dynamic2CommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.floatTooLow ( )

◆ integerTooHigh()

Dynamic2CommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.integerTooHigh ( )

◆ integerTooLow()

Dynamic2CommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.integerTooLow ( )

◆ literalIncorrect()

DynamicCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.literalIncorrect ( )

◆ longTooHigh()

Dynamic2CommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.longTooHigh ( )

◆ longTooLow()

Dynamic2CommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.longTooLow ( )

◆ readerExpectedBool()

SimpleCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerExpectedBool ( )

◆ readerExpectedDouble()

SimpleCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerExpectedDouble ( )

◆ readerExpectedEndOfQuote()

SimpleCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerExpectedEndOfQuote ( )

◆ readerExpectedFloat()

SimpleCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerExpectedFloat ( )

◆ readerExpectedInt()

SimpleCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerExpectedInt ( )

◆ readerExpectedLong()

SimpleCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerExpectedLong ( )

◆ readerExpectedStartOfQuote()

SimpleCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerExpectedStartOfQuote ( )

◆ readerExpectedSymbol()

DynamicCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerExpectedSymbol ( )

◆ readerInvalidBool()

DynamicCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerInvalidBool ( )

◆ readerInvalidDouble()

DynamicCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerInvalidDouble ( )

◆ readerInvalidEscape()

DynamicCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerInvalidEscape ( )

◆ readerInvalidFloat()

DynamicCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerInvalidFloat ( )

◆ readerInvalidInt()

DynamicCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerInvalidInt ( )

◆ readerInvalidLong()

DynamicCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerInvalidLong ( )