InvalidArgumentException

Exception thrown during option processing upon discovery that an argument is invalid.

Author

Todd L Smith

Parameters

keyword

The keyword whose argument was invalid.

Constructors

Link copied to clipboard
constructor(keyword: String)

Construct a new [InvalidArgumentException].

Properties

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

The keyword.

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

Produce a String representation of the stack trace captured in this Throwable.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard