shadow:utility

Exception IllegalModificationException

Parent class

shadow:standard@Exception

exception IllegalModificationException

Exception IllegalModificationException should be thrown when an operation modifies the state of an object when it is illegal to do so. This exception is commonly thrown when an iterator is iterating over a collection and the contents of the collection are modified.

Create Summary

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

Creates an IllegalModificationException with no message.

public () create(String message)

Creates an IllegalModificationException with a message.

Destroy Summary

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

Method Summary

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

Create Detail

create

public create() => ()

Creates an IllegalModificationException with no message.

create

public create(String message) => ()

Creates an IllegalModificationException with a message.

Parameters

message - message explaining what caused the exception

Destroy Detail

destroy

public destroy() => ()

Method Detail

copy

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