InvalidArgumentException

Custom exception class for invalid arguments related to DataOS. Inherits from DataOSException.

Constructors

Link copied to clipboard
constructor()

Constructs a new instance of the exception with no message or cause.

constructor(message: String)

Constructs a new instance of the exception with the specified error message.

constructor(cause: Throwable)

Constructs a new instance of the exception with the specified cause.

constructor(message: String, cause: Throwable)

Constructs a new instance of the exception with the specified error message and cause.

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

Properties

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