Serialized Form
-
Package tech.guilhermekaua.spigotboot.commands
-
Exception tech.guilhermekaua.spigotboot.commands.CommandMessageException
class CommandMessageException extends RuntimeException implements Serializable-
Serialized Fields
-
key
CommandMessageKey key
-
placeholders
Map<String,
Object> placeholders
-
-
-
-
Package tech.guilhermekaua.spigotboot.commands.binding
-
Exception tech.guilhermekaua.spigotboot.commands.binding.CommandBindingException
class CommandBindingException extends RuntimeException implements Serializable-
Serialized Fields
-
expectedSenderType
Class<?> expectedSenderType
-
input
String input
-
kind
CommandBindingException.Kind kind
-
parameter
CommandParameterMetadata parameter
-
-
-
-
Package tech.guilhermekaua.spigotboot.commands.parse
-
Exception tech.guilhermekaua.spigotboot.commands.parse.CommandPatternException
class CommandPatternException extends RuntimeException implements Serializable
-