Constructor
new IllegalArgumentException(opt_message)
Initializes a new instance of
IllegalArgumentException
.
Parameters:
Name | Type | Argument | Description |
---|---|---|---|
opt_message |
string |
<optional> |
A custom message for the exception; if not provided, a default message will be used. |