exception IllegalArgumentException
Exception IllegalArgumentException
should be thrown when an argument with an illegal type or value is supplied to a method.
Modifiers | Return Types | Method and Description |
---|---|---|
public |
() |
create() Creates an |
public |
() |
create(String message) Creates an |
Modifiers | Return Types | Method and Description |
---|---|---|
public |
() |
destroy() |
Modifiers | Return Types | Method and Description |
---|---|---|
public readonly |
(IllegalArgumentException) |
copy(AddressMap addresses) |
public create() => ()
Creates an IllegalArgumentException
with no message.
public create(String message) => ()
Creates an IllegalArgumentException
with a message.
message
- message describing the illegal argument
public destroy() => ()
public readonly copy(AddressMap addresses) => (IllegalArgumentException)