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.
| Modifiers | Return Types | Method and Description |
|---|---|---|
public |
() |
create(String interfaceName)Creates an |
| Modifiers | Return Types | Method and Description |
|---|---|---|
public |
() |
destroy() |
| Modifiers | Return Types | Method and Description |
|---|---|---|
public readonly |
(InterfaceCreateException) |
copy(AddressMap addresses) |
public create(String interfaceName) => ()
Creates an InterfaceCreateException with a message specifying the name of the interface that is attempting to be created.
name - of the interface
public destroy() => ()
public readonly copy(AddressMap addresses) => (InterfaceCreateException)