shadow:standard

Exception InterfaceCreateException

Parent class

shadow:standard@Exception

exception InterfaceCreateException

Exception IndexOutOfBoundsException is thrown when an attempt is made to create an interface at run time. Creating an interface cannot be done directly, but it is possible to create a generic object with CanCreate as its type parameter. Such an generic object could internally call create on its type parameter while still passing type-checking.

Create Summary

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

Creates an InterfaceCreateException with a message specifying the name of the interface that is attempting to be created.

Destroy Summary

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

Method Summary

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

Create Detail

create

public create(String interfaceName) => ()

Creates an InterfaceCreateException with a message specifying the name of the interface that is attempting to be created.

Parameters

name - of the interface

Destroy Detail

destroy

public destroy() => ()

Method Detail

copy

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