Skip to content

Interface IBuiltInExceptionProvider

Namespace: Void.Minecraft.Commands.Brigadier.Exceptions
Assembly: Void.Minecraft.dll

public interface IBuiltInExceptionProvider

Properties

DispatcherExpectedArgumentSeparator

SimpleCommandExceptionType DispatcherExpectedArgumentSeparator { get; }

Property Value

SimpleCommandExceptionType

DispatcherParseException

DynamicCommandExceptionType DispatcherParseException { get; }

Property Value

DynamicCommandExceptionType

DispatcherUnknownArgument

SimpleCommandExceptionType DispatcherUnknownArgument { get; }

Property Value

SimpleCommandExceptionType

DispatcherUnknownCommand

SimpleCommandExceptionType DispatcherUnknownCommand { get; }

Property Value

SimpleCommandExceptionType

DoubleTooBig

Dynamic2CommandExceptionType DoubleTooBig { get; }

Property Value

Dynamic2CommandExceptionType

DoubleTooSmall

Dynamic2CommandExceptionType DoubleTooSmall { get; }

Property Value

Dynamic2CommandExceptionType

FloatTooBig

Dynamic2CommandExceptionType FloatTooBig { get; }

Property Value

Dynamic2CommandExceptionType

FloatTooSmall

Dynamic2CommandExceptionType FloatTooSmall { get; }

Property Value

Dynamic2CommandExceptionType

IntegerTooBig

Dynamic2CommandExceptionType IntegerTooBig { get; }

Property Value

Dynamic2CommandExceptionType

IntegerTooSmall

Dynamic2CommandExceptionType IntegerTooSmall { get; }

Property Value

Dynamic2CommandExceptionType

LiteralIncorrect

DynamicCommandExceptionType LiteralIncorrect { get; }

Property Value

DynamicCommandExceptionType

LongTooBig

Dynamic2CommandExceptionType LongTooBig { get; }

Property Value

Dynamic2CommandExceptionType

LongTooSmall

Dynamic2CommandExceptionType LongTooSmall { get; }

Property Value

Dynamic2CommandExceptionType

ReaderExpectedBool

SimpleCommandExceptionType ReaderExpectedBool { get; }

Property Value

SimpleCommandExceptionType

ReaderExpectedDouble

SimpleCommandExceptionType ReaderExpectedDouble { get; }

Property Value

SimpleCommandExceptionType

ReaderExpectedEndOfQuote

SimpleCommandExceptionType ReaderExpectedEndOfQuote { get; }

Property Value

SimpleCommandExceptionType

ReaderExpectedFloat

SimpleCommandExceptionType ReaderExpectedFloat { get; }

Property Value

SimpleCommandExceptionType

ReaderExpectedInt

SimpleCommandExceptionType ReaderExpectedInt { get; }

Property Value

SimpleCommandExceptionType

ReaderExpectedLong

SimpleCommandExceptionType ReaderExpectedLong { get; }

Property Value

SimpleCommandExceptionType

ReaderExpectedStartOfQuote

SimpleCommandExceptionType ReaderExpectedStartOfQuote { get; }

Property Value

SimpleCommandExceptionType

ReaderExpectedSymbol

DynamicCommandExceptionType ReaderExpectedSymbol { get; }

Property Value

DynamicCommandExceptionType

ReaderInvalidBool

DynamicCommandExceptionType ReaderInvalidBool { get; }

Property Value

DynamicCommandExceptionType

ReaderInvalidDouble

DynamicCommandExceptionType ReaderInvalidDouble { get; }

Property Value

DynamicCommandExceptionType

ReaderInvalidEscape

DynamicCommandExceptionType ReaderInvalidEscape { get; }

Property Value

DynamicCommandExceptionType

ReaderInvalidFloat

DynamicCommandExceptionType ReaderInvalidFloat { get; }

Property Value

DynamicCommandExceptionType

ReaderInvalidInt

DynamicCommandExceptionType ReaderInvalidInt { get; }

Property Value

DynamicCommandExceptionType

ReaderInvalidLong

DynamicCommandExceptionType ReaderInvalidLong { get; }

Property Value

DynamicCommandExceptionType