shadow:standard

Exception IllegalArgumentException

Parent class

shadow:standard@Exception

exception IllegalArgumentException

Exception IllegalArgumentException should be thrown when an argument with an illegal type or value is supplied to a method.

Create Summary

Modifiers Return Types Method and Description
public () create()

Creates an IllegalArgumentException with no message.

public () create(String message)

Creates an IllegalArgumentException with a message.

Destroy Summary

Modifiers Return Types Method and Description
public () destroy()

Method Summary

Modifiers Return Types Method and Description
public readonly (IllegalArgumentException) copy(AddressMap addresses)

Create Detail

create

public create() => ()

Creates an IllegalArgumentException with no message.

create

public create(String message) => ()

Creates an IllegalArgumentException with a message.

Parameters

message - message describing the illegal argument

Destroy Detail

destroy

public destroy() => ()

Method Detail

copy

public readonly copy(AddressMap addresses) => (IllegalArgumentException)