Class BuiltInExceptions
Namespace: Void.Minecraft.Commands.Brigadier.Exceptions
Assembly: Void.Minecraft.dll
Provides English-language implementations of Brigadier’s standard exceptions.
public class BuiltInExceptions : IBuiltInExceptionProviderInheritance
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
DispatcherExpectedArgumentSeparator
Gets the exception type for missing whitespace after an argument.
public SimpleCommandExceptionType DispatcherExpectedArgumentSeparator { get; }Property Value
DispatcherParseException
Gets the exception type used to wrap an arbitrary dispatcher parse failure.
public DynamicCommandExceptionType DispatcherParseException { get; }Property Value
DispatcherUnknownArgument
Gets the exception type for an invalid command argument.
public SimpleCommandExceptionType DispatcherUnknownArgument { get; }Property Value
DispatcherUnknownCommand
Gets the exception type for an unknown command.
public SimpleCommandExceptionType DispatcherUnknownCommand { get; }Property Value
DoubleTooBig
Gets the exception type for a double above its maximum.
public Dynamic2CommandExceptionType DoubleTooBig { get; }Property Value
DoubleTooSmall
Gets the exception type for a double below its minimum.
public Dynamic2CommandExceptionType DoubleTooSmall { get; }Property Value
FloatTooBig
Gets the exception type for a float above its maximum.
public Dynamic2CommandExceptionType FloatTooBig { get; }Property Value
FloatTooSmall
Gets the exception type for a float below its minimum.
public Dynamic2CommandExceptionType FloatTooSmall { get; }Property Value
IntegerTooBig
Gets the exception type for an integer above its maximum.
public Dynamic2CommandExceptionType IntegerTooBig { get; }Property Value
IntegerTooSmall
Gets the exception type for an integer below its minimum.
public Dynamic2CommandExceptionType IntegerTooSmall { get; }Property Value
LiteralIncorrect
Gets the exception type for a mismatched literal.
public DynamicCommandExceptionType LiteralIncorrect { get; }Property Value
LongTooBig
Gets the exception type for a long above its maximum.
public Dynamic2CommandExceptionType LongTooBig { get; }Property Value
LongTooSmall
Gets the exception type for a long below its minimum.
public Dynamic2CommandExceptionType LongTooSmall { get; }Property Value
ReaderExpectedBool
Gets the exception type for a missing Boolean.
public SimpleCommandExceptionType ReaderExpectedBool { get; }Property Value
ReaderExpectedDouble
Gets the exception type for a missing double.
public SimpleCommandExceptionType ReaderExpectedDouble { get; }Property Value
ReaderExpectedEndOfQuote
Gets the exception type for an unclosed quoted string.
public SimpleCommandExceptionType ReaderExpectedEndOfQuote { get; }Property Value
ReaderExpectedFloat
Gets the exception type for a missing float.
public SimpleCommandExceptionType ReaderExpectedFloat { get; }Property Value
ReaderExpectedInt
Gets the exception type for a missing integer.
public SimpleCommandExceptionType ReaderExpectedInt { get; }Property Value
ReaderExpectedLong
Gets the exception type for a missing long.
public SimpleCommandExceptionType ReaderExpectedLong { get; }Property Value
ReaderExpectedStartOfQuote
Gets the exception type for a missing opening quote.
public SimpleCommandExceptionType ReaderExpectedStartOfQuote { get; }Property Value
ReaderExpectedSymbol
Gets the exception type for a missing expected symbol.
public DynamicCommandExceptionType ReaderExpectedSymbol { get; }Property Value
ReaderInvalidBool
Gets the exception type for an invalid Boolean token.
public DynamicCommandExceptionType ReaderInvalidBool { get; }Property Value
ReaderInvalidDouble
Gets the exception type for an invalid double token.
public DynamicCommandExceptionType ReaderInvalidDouble { get; }Property Value
ReaderInvalidEscape
Gets the exception type for an invalid quoted-string escape.
public DynamicCommandExceptionType ReaderInvalidEscape { get; }Property Value
ReaderInvalidFloat
Gets the exception type for an invalid float token.
public DynamicCommandExceptionType ReaderInvalidFloat { get; }Property Value
ReaderInvalidInt
Gets the exception type for an invalid integer token.
public DynamicCommandExceptionType ReaderInvalidInt { get; }Property Value
ReaderInvalidLong
Gets the exception type for an invalid long token.
public DynamicCommandExceptionType ReaderInvalidLong { get; }