shadow:io

Exception IOException

Parent class

shadow:standard@Exception

exception IOException

Exception IOException should be thrown when an input or output operation fails in an unexpected way.

Create Summary

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

Creates an IOException with no message.

public () create(String message)

Creates an IOException with a message.

Destroy Summary

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

Method Summary

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

Create Detail

create

public create() => ()

Creates an IOException with no message.

create

public create(String message) => ()

Creates an IOException with a message.

Parameters

message - message describing the I/O problem

Destroy Detail

destroy

public destroy() => ()

Method Detail

copy

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