MalformedArgumentException

class MalformedArgumentException(val at: String, val expected: String) : Exception

Exception thrown when a command argument is malformed.

Constructors

Link copied to clipboard
constructor(at: String, expected: String)

Properties

Link copied to clipboard
val at: String

The location in the command where the error occurred.

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

The expected format or type of the argument.

Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard
Link copied to clipboard