Package-level declarations

Types

Link copied to clipboard

Exception thrown when a command is in an illegal state.

class InsufficientConsumesArgumentCompException(val got: Int, val expected: Int, val at: String) : Exception

Exception thrown when there are insufficient arguments consumed in a command.

Link copied to clipboard
class InvalidSenderException(val at: String, val sender: String) : Exception

Exception thrown when a command is executed by an invalid sender.

Link copied to clipboard
class MalformedArgumentException(val at: String, val expected: String) : Exception

Exception thrown when a command argument is malformed.

Link copied to clipboard
class MalformedCommandException(val got: Int, val expected: Int) : Exception

Exception thrown when a command is malformed due to incorrect number of arguments.